Uses of Class
uk.co.westhawk.snmp.stack.AsnObject
Packages that use AsnObject
- 
Uses of AsnObject in uk.co.westhawk.snmp.pdu
Methods in uk.co.westhawk.snmp.pdu that return AsnObjectModifier and TypeMethodDescriptionBlockPdu.getResponseVariable()Sends the request and waits (blocks) for the response.BlockPdu.getResponseVariables()Sends the request and waits (blocks) for the response.Methods in uk.co.westhawk.snmp.pdu with parameters of type AsnObjectModifier and TypeMethodDescriptionvoidAdds an OID to the PDU and the value that has to be set.voidBlockPdu.addOid(AsnObjectId oid, AsnObject val) Adds an OID (object identifier) to the PDU and the value that has to be set.voidCannot add any OID.voidDiscoveryPdu.addOid(AsnObjectId oid, AsnObject val) Cannot add any OID.voidInterfaceGetNextPduStub.setIfDescr(AsnObject new_value) ifDescr OBJECT-TYPE ( Syntax: [UNIVERSAL 4] OCTET STRING (SIZE (0..255)) Access: read-only Status: mandatory Description: A textual string containing information about the interface.voidInterfaceGetNextPduStub.setIfIndex(AsnObject new_value) ifIndex OBJECT-TYPE ( Syntax: [UNIVERSAL 2] INTEGER Access: read-only Status: mandatory Description: A unique value for each interface.voidInterfaceGetNextPduStub.setIfInOctets(AsnObject new_value) ifInOctets OBJECT-TYPE ( Syntax: [APPLICATION 1] INTEGER (0..4294967295) Access: read-only Status: mandatory Description: The total number of octets received on the interface, including framing characters. )voidInterfaceGetNextPduStub.setIfNumber(AsnObject new_value) ifNumber OBJECT-TYPE ( Syntax: [UNIVERSAL 2] INTEGER Access: read-only Status: mandatory Description: The number of network interfaces (regardless of their current state) present on this system. )voidInterfaceGetNextPduStub.setIfOperStatus(AsnObject new_value) ifOperStatus OBJECT-TYPE ( Syntax: [UNIVERSAL 2] INTEGER (1 | 2 | 3) Access: read-only Status: mandatory Description: The current operational state of the interface.voidInterfaceGetNextPduStub.setIfOutOctets(AsnObject new_value) ifOutOctets OBJECT-TYPE ( Syntax: [APPLICATION 1] INTEGER (0..4294967295) Access: read-only Status: mandatory Description: The total number of octets transmitted out of the interface, including framing characters. )voidInterfaceGetNextPduStub.setIfSpeed(AsnObject new_value) ifSpeed OBJECT-TYPE ( Syntax: [APPLICATION 2] INTEGER (0..4294967295) Access: read-only Status: mandatory Description: An estimate of the interface's current bandwidth in bits per second.voidInterfaceGetNextPduStub.setSysUpTime(AsnObject new_value) sysUpTime OBJECT-TYPE ( Syntax: [APPLICATION 3] INTEGER (0..4294967295) Access: read-only Status: mandatory Description: The time (in hundredths of a second) since the network management portion of the system was last re-initialized. )Constructors in uk.co.westhawk.snmp.pdu with parameters of type AsnObjectModifierConstructorDescriptionOneSetPdu(SnmpContextBasisFace con, String oid, AsnObject val) Deprecated.Constructor that will send the request immediately.OneSetPdu(SnmpContextBasisFace con, String oid, AsnObject val, Observer o) Deprecated.Constructor that will send the request immediately. - 
Uses of AsnObject in uk.co.westhawk.snmp.stack
Subclasses of AsnObject in uk.co.westhawk.snmp.stackModifier and TypeClassDescriptionclassThis class represents the ASN.1 32-bit signed integerclassThis class represents the ASN.1 Null objectclassThis class represents the ASN.1 ObjectID class.classThis class represents the ASN.1 Octet class.classThis class represents the Exception values for SNMP v2c, v3: SNMP_VAR_NOSUCHOBJECT, SNMP_VAR_NOSUCHINSTANCE, SNMP_VAR_ENDOFMIBVIEWclassThis class represents ASN.1 32-bit unsigned integer.classThis class represents ASN.1 64-bit unsigned integer.Methods in uk.co.westhawk.snmp.stack that return AsnObjectMethods in uk.co.westhawk.snmp.stack with parameters of type AsnObjectModifier and TypeMethodDescriptionvoidAdds an OID (object identifier) to the PDU and the value that has to be set.voidPdu.addOid(AsnObjectId oid, AsnObject val) Adds an OID (object identifier) to the PDU and the value that has to be set.Constructors in uk.co.westhawk.snmp.stack with parameters of type AsnObject