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 TypeMethodDescriptionvoid
Adds an OID to the PDU and the value that has to be set.void
BlockPdu.addOid
(AsnObjectId oid, AsnObject val) Adds an OID (object identifier) to the PDU and the value that has to be set.void
Cannot add any OID.void
DiscoveryPdu.addOid
(AsnObjectId oid, AsnObject val) Cannot add any OID.void
InterfaceGetNextPduStub.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.void
InterfaceGetNextPduStub.setIfIndex
(AsnObject new_value) ifIndex OBJECT-TYPE ( Syntax: [UNIVERSAL 2] INTEGER Access: read-only Status: mandatory Description: A unique value for each interface.void
InterfaceGetNextPduStub.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. )void
InterfaceGetNextPduStub.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. )void
InterfaceGetNextPduStub.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.void
InterfaceGetNextPduStub.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. )void
InterfaceGetNextPduStub.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.void
InterfaceGetNextPduStub.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 TypeClassDescriptionclass
This class represents the ASN.1 32-bit signed integerclass
This class represents the ASN.1 Null objectclass
This class represents the ASN.1 ObjectID class.class
This class represents the ASN.1 Octet class.class
This class represents the Exception values for SNMP v2c, v3: SNMP_VAR_NOSUCHOBJECT, SNMP_VAR_NOSUCHINSTANCE, SNMP_VAR_ENDOFMIBVIEWclass
This class represents ASN.1 32-bit unsigned integer.class
This 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 TypeMethodDescriptionvoid
Adds an OID (object identifier) to the PDU and the value that has to be set.void
Pdu.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