Create SNMP-GetNext Pdu
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public static Pdu GetNextPdu( VbCollection vbs ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetNextPdu ( _ vbs As VbCollection _ ) As Pdu |
| Visual C++ |
|---|
public: static Pdu^ GetNextPdu( VbCollection^ vbs ) |
Parameters
- vbs
- Type: SnmpSharpNet..::.VbCollection
VarBind list
Return Value
Newly constructed GETNEXT PDU
Remarks
Helper static function to create GETNEXT PDU from the supplied VarBind list. Don't forget to set
request id for the PDU.