Decode BER encoded Counter64 value
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.0.0 (0.9.0)
Syntax
| C# |
|---|
public override int decode( byte[] buffer, int offset ) |
| Visual Basic |
|---|
Public Overrides Function decode ( _ buffer As Byte(), _ offset As Integer _ ) As Integer |
| Visual C++ |
|---|
public: virtual int decode( array<unsigned char>^ buffer, int offset ) override |
Parameters
- buffer
- Type: array<System..::..Byte>[]()[][]
The encoded ASN.1 data
- offset
- Type: System..::..Int32
Offset to start value decoding from.