ASN.1 encode the variable binding

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

Syntax

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

Parameters

buffer
Type: SnmpSharpNet..::.MutableByte
MutableByte class to the end of which encoded variable binding values will be added.

See Also