Methods in wttools.protocols.snmp with parameters of type EncodeInBuffer |
abstract void |
SnmpValue.encode(EncodeInBuffer buffer)
encode method performs encoding of the
passed data buffer. |
void |
SnmpInteger32.encode(EncodeInBuffer buffer)
encode encodes the SnmpInteger32 according to BER encoding
and stores in a buffer |
void |
SnmpObjectIdentifier.encode(EncodeInBuffer buffer)
encode encodes the SnmpObjectIdentifier according to
BER encoding and stores in a buffer |
void |
SnmpOctet.encode(EncodeInBuffer buffer)
encode encodes the SnmpOctet according to BER encoding and
stores in a buffer |