Constructor.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public Pdu( VbCollection vbs, PduType type, int requestId ) |
| Visual Basic |
|---|
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.