| |
|
| java.lang.Object snmp.SNMPObject snmp.SNMPSequence snmp.SNMPVarBindList
SNMPVarBindList | public class SNMPVarBindList extends SNMPSequence (Code) | | The SNMPVarBindList class is a specialization of SNMPSequence that contains a list of
SNMPVariablePair objects.
See Also: snmp.SNMPVariablePair See Also: -- variable bindings See Also: VarBind ::= See Also: SEQUENCE { See Also: name See Also: ObjectName, See Also: value See Also: ObjectSyntax See Also: } See Also: VarBindList ::= See Also: SEQUENCE OF See Also: VarBind See Also: END |
Constructor Summary | |
public | SNMPVarBindList() Create a new empty variable binding list. |
Method Summary | |
public String | toString() Return the variable pairs in the list, separated by spaces. |
SNMPVarBindList | public SNMPVarBindList()(Code) | | Create a new empty variable binding list.
|
toString | public String toString()(Code) | | Return the variable pairs in the list, separated by spaces.
|
|
|
|