Overload List
| Name | Description |
|---|---|
| encode()()() |
Encode SNMP packet for sending.
(Overrides SnmpPacket.encode()()().) |
| encode(MutableByte) |
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.
|