Package uk.co.westhawk.snmp.stack
Class varbind
java.lang.Object
uk.co.westhawk.snmp.stack.varbind
This class represents the variable bindings to a PDU. A variable consists of a name (an AsnObjectId) and a value (an AsnObject)
The varbind is usually passed to the Observers of the PDU when notifying them.
- Version:
- $Revision: 3.10 $ $Date: 2007/10/17 10:47:47 $
- Author:
- Tim Panton
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
varbind
Constructor. It will clone the varbind given as parameter.- Parameters:
var
- The varbind
-
varbind
Constructor. The name will be set to the Oid, the value will be set to AsnNull. This is usually used in Get or GetNext requests.- Parameters:
Oid
- The oid- See Also:
-
varbind
Constructor. The name will be set to the Oid, the value will be set to AsnNull. This is usually used in Get or GetNext requests.- Parameters:
Oid
- The oid- See Also:
-
varbind
Constructor. The name and value will be set. This is usually used in Set requests.- Parameters:
Oid
- The oidval
- The value for the varbind
-
varbind
Constructor. The name and value will be set. This is usually used in Set requests.- Parameters:
Oid
- The oidval
- The value for the varbind- Since:
- 4_12
-
-
Method Details