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 AsnObject
    Modifier and Type
    Method
    Description
    Sends the request and waits (blocks) for the response.
    Sends the request and waits (blocks) for the response.
    Methods in uk.co.westhawk.snmp.pdu with parameters of type AsnObject
    Modifier and Type
    Method
    Description
    void
    BlockPdu.addOid(String oid, AsnObject val)
    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
    DiscoveryPdu.addOid(String oid, AsnObject val)
    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 AsnObject
    Modifier
    Constructor
    Description
     
    Deprecated.
    Constructor that will send the request immediately.
     
    Deprecated.
    Constructor that will send the request immediately.
  • Uses of AsnObject in uk.co.westhawk.snmp.stack

    Modifier and Type
    Class
    Description
    class 
    This class represents the ASN.1 32-bit signed integer
    class 
    This class represents the ASN.1 Null object
    class 
    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_ENDOFMIBVIEW
    class 
    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 AsnObject
    Modifier and Type
    Method
    Description
    varbind.getValue()
    Returns the value of the varbind.
    Methods in uk.co.westhawk.snmp.stack with parameters of type AsnObject
    Modifier and Type
    Method
    Description
    void
    Pdu.addOid(String oid, AsnObject val)
    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
    Modifier
    Constructor
    Description
     
    Constructor.
     
    Constructor.