SubIndexInfoImpl
public interface SubIndexInfo
SubIndexInfo
interface represents the meta information of a SMI INDEX clause element (= sub-index)
which are relevant for converting an OID index value to an INDEX object and vice versa.Modifier and Type | Method | Description |
---|---|---|
int |
getMaxLength() |
Gets the maximum length in bytes of the sub-index.
|
int |
getMinLength() |
Gets the minimum length in bytes of the sub-index.
|
int |
getSnmpSyntax() |
Gets the SNMP syntax value of the sub-index' base syntax.
|
boolean |
hasImpliedLength() |
Checks if the sub-index represented by this index info has an implied length or not.
|
boolean hasImpliedLength()
true
if the length of this variable length sub-index is implied (i.e., the sub-index
is the last in the index).int getMinLength()
int getMaxLength()
int getSnmpSyntax()
Copyright © 2018 SNMP4J.org. All rights reserved.