Used to encode the integer value into an ASN.1 buffer. The passed encoder defines the method for encoding the data.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public override void encode(
	MutableByte buffer
)
Public Overrides Sub encode ( _
	buffer As MutableByte _
)
public:
virtual void encode(
	MutableByte^ buffer
) override

Parameters

buffer
MutableByte
Target buffer. Value is appended to the end of it.

Remarks

Code thanks to snmp4j developers

See Also