Package | Description |
---|---|
net.percederberg.mibble.snmp |
Provides the SNMP MIB type classes.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<SnmpIndex> |
SnmpObjectType.getIndex()
Returns the list of indices.
|
Constructor and Description |
---|
SnmpObjectType(MibType syntax,
java.lang.String units,
SnmpAccess access,
SnmpStatus status,
java.lang.String description,
java.lang.String reference,
java.util.ArrayList<SnmpIndex> index,
MibValue defaultValue)
Creates a new SNMP object type.
|