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

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

Syntax

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

Parameters

buffer
Type: SnmpSharpNet..::.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

Remarks

[Missing <remarks> documentation for "M:SnmpSharpNet.AsnType.encode(SnmpSharpNet.MutableByte)"]

See Also