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.2.0 (0.5.2.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overridable Sub encode ( _
buffer As MutableByte _
) |
| Visual C++ |
|---|
public:
virtual void encode(
MutableByte^ buffer
) |
See Also