|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--wttools.protocols.snmp.SnmpValue
SnmpValue.java Created: Saturday Dec 08 2001
| Constructor Summary | |
SnmpValue()
|
|
| Method Summary | |
abstract void |
decode(DecodeFromBuffer buffer)
decode method performs decoding of the
passed data buffer. |
abstract void |
encode(EncodeInBuffer buffer)
encode method performs encoding of the
passed data buffer. |
abstract int |
getLength()
getLength method returns the length of
the data element. |
abstract int |
getType()
getType method returns the data type of the element. |
abstract java.lang.String |
getTypeName()
getTypeName method returns the name of
the data type of the element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SnmpValue()
| Method Detail |
public abstract int getType()
getType method returns the data type of the element.intpublic abstract java.lang.String getTypeName()
getTypeName method returns the name of
the data type of the element.Stringpublic abstract int getLength()
getLength method returns the length of
the data element.intpublic abstract void encode(EncodeInBuffer buffer)
encode method performs encoding of the
passed data buffer.buffer - an EncodeInBuffer valuevoidpublic abstract void decode(DecodeFromBuffer buffer)
decode method performs decoding of the
passed data buffer.buffer - an DecodeFromBuffer valuevoid
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||