Uses of Class
uk.co.westhawk.snmp.stack.varbind
Packages that use varbind
-
Uses of varbind in uk.co.westhawk.snmp.pdu
Methods in uk.co.westhawk.snmp.pdu that return varbindModifier and TypeMethodDescriptionBlockPdu.getResponseVariableBinding()
Sends the request and waits (blocks) for the response.varbind[]
BlockPdu.getResponseVariableBindings()
Sends the request and waits (blocks) for the response.Methods in uk.co.westhawk.snmp.pdu with parameters of type varbind -
Uses of varbind in uk.co.westhawk.snmp.stack
Methods in uk.co.westhawk.snmp.stack that return varbindModifier and TypeMethodDescriptionvarbind[]
Pdu.getRequestVarbinds()
Returns a copy of the varbinds used to build the request.varbind[]
Pdu.getResponseVarbinds()
Returns a copy of the varbinds received in the response.Methods in uk.co.westhawk.snmp.stack with parameters of type varbindModifier and TypeMethodDescriptionvoid
Adds an OID (object identifier) to the PDU.Constructors in uk.co.westhawk.snmp.stack with parameters of type varbind