| The SNMPVariablePair class implements the VarBind specification detailed below from RFC 1157.
It is a specialization of SNMPSequence, defining a 2-element sequence containing a single
(object identifier, value) pair. Note that the values are themselves SNMPObjects.
-- variable bindings
VarBind ::=
SEQUENCE {
name
ObjectName,
value
ObjectSyntax
}
|