Uses of Class
uk.co.westhawk.snmp.stack.AsnObjectId
Packages that use AsnObjectId
- 
Uses of AsnObjectId in uk.co.westhawk.snmp.pdu
Methods in uk.co.westhawk.snmp.pdu with parameters of type AsnObjectIdModifier and TypeMethodDescriptionvoidBlockPdu.addOid(AsnObjectId oid) Adds an OID (object identifier) to the PDU.voidBlockPdu.addOid(AsnObjectId oid, AsnObject val) Adds an OID (object identifier) to the PDU and the value that has to be set.voidDiscoveryPdu.addOid(AsnObjectId oid) Cannot add any OID.voidDiscoveryPdu.addOid(AsnObjectId oid, AsnObject val) Cannot add any OID. - 
Uses of AsnObjectId in uk.co.westhawk.snmp.stack
Methods in uk.co.westhawk.snmp.stack that return AsnObjectIdModifier and TypeMethodDescriptionvarbind.getOid()Returns the oid, this is the name of the varbind.Methods in uk.co.westhawk.snmp.stack with parameters of type AsnObjectIdModifier and TypeMethodDescriptionvoidPdu.addOid(AsnObjectId oid) Adds an OID (object identifier) to the PDU.voidPdu.addOid(AsnObjectId oid, AsnObject val) Adds an OID (object identifier) to the PDU and the value that has to be set.intAsnObjectId.compareTo(AsnObjectId b) intAsnObjectId.leftMostCompare(int n, AsnObjectId b) Compares the n leftmost sub-identifiers with the given AsnObject in left-to-right direction.booleanAsnObjectId.startsWith(AsnObjectId prefix) Checks if this OID starts with the specified prefix.Constructors in uk.co.westhawk.snmp.stack with parameters of type AsnObjectIdModifierConstructorDescriptionvarbind(AsnObjectId Oid) Constructor.varbind(AsnObjectId Oid, AsnObject val) Constructor.