Wrap BER encoded SNMP information contained in the parameter MutableByte class. Information in the parameter is prepended by the SNMP version field and wrapped in a sequence header. Derived classes call this method to finalize SNMP packet encoding.

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

Syntax

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

Parameters

buffer
MutableByte
Buffer containing BER encoded SNMP information

See Also