Used to encode the integer value into an ASN.1 buffer.
The passed encoder defines the method for encoding the
data.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public override void encode( MutableByte buffer ) |
| Visual Basic |
|---|
Public Overrides Sub encode ( _ buffer As MutableByte _ ) |
| Visual C++ |
|---|
public: virtual void encode( MutableByte^ buffer ) override |
Parameters
- buffer
- Type: SnmpSharpNet..::..MutableByte
Buffer target to write the encoded data