Constructor.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public Pdu( VbCollection vbs, PduType type, int requestId ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ vbs As VbCollection, _ type As PduType, _ requestId As Integer _ ) |
| Visual C++ |
|---|
public: Pdu( VbCollection^ vbs, PduType type, int requestId ) |
Parameters
- vbs
- Type: SnmpSharpNet..::.VbCollection
VarBind list
- type
- Type: SnmpSharpNet..::.PduType
PDU type
- requestId
- Type: System..::.Int32
Request id
Remarks
Initializes PDU class with supplied values.