Encodes the data object in the specified buffer using the AsnEncoder object

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

Syntax

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

Parameters

buffer
MutableByte
The buffer to write the encoded information

Return Value

Returns the offset in buf to the byte immediately after the last encode byte for the AsnType file

See Also