Decode SNMP version 3 packet. This method will perform authentication check and decode privacy protected ScopedPdu. This method will
not check for the timeliness of the packet, correct engine boot value or engine id because it does not have a reference to the engine time prior to this call.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public override int decode( byte[] berBuffer, int length ) |
| Visual Basic |
|---|
Public Overrides Function decode ( _ berBuffer As Byte(), _ length As Integer _ ) As Integer |
| Visual C++ |
|---|
public: virtual int decode( array<unsigned char>^ berBuffer, int length ) override |
Parameters
- berBuffer
- Type: array<System..::..Byte>[]()[][]
BER encoded SNMP version 3 packet buffer
- length
- Type: System..::..Int32
Buffer length
Return Value
[Missing <returns> documentation for "M:SnmpSharpNet.SnmpV3Packet.decode(System.Byte[],System.Int32)"]