|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--snmp.SNMPObject
|
+--snmp.SNMPInteger
|
+--snmp.SNMPTimeTicks
SNMP datatype used to represent time value. Just extension of SNMPInteger.
| Field Summary | |
protected byte |
tag
|
| Fields inherited from class snmp.SNMPInteger |
value |
| Constructor Summary | |
SNMPTimeTicks()
|
|
SNMPTimeTicks(byte[] enc)
|
|
SNMPTimeTicks(long value)
|
|
| Methods inherited from class snmp.SNMPInteger |
extractValueFromBEREncoding, getBEREncoding, getValue, setValue, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected byte tag
| Constructor Detail |
public SNMPTimeTicks()
public SNMPTimeTicks(long value)
public SNMPTimeTicks(byte[] enc)
throws SNMPBadValueException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||