|
||||||||||
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.int
public abstract java.lang.String getTypeName()
getTypeName
method returns the name of
the data type of the element.String
public abstract int getLength()
getLength
method returns the length of
the data element.int
public abstract void encode(EncodeInBuffer buffer)
encode
method performs encoding of the
passed data buffer.buffer
- an EncodeInBuffer
valuevoid
public 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 |