Create SNMP-GET Pdu from VbList

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static Pdu GetPdu(
	VbCollection vbs
)
Public Shared Function GetPdu ( _
	vbs As VbCollection _
) As Pdu
public:
static Pdu^ GetPdu(
	VbCollection^ vbs
)

Parameters

vbs
VbCollection
VarBind list

Return Value

Newly constructed GET PDU

Remarks

Helper static function to create GET PDU from the supplied VarBind list. Don't forget to set request id for the PDU.

See Also