java.lang.Object
au.notzed.zcl.CLProperty.TagValue
au.notzed.zcl.CLQueueProperty.TagValue
- All Implemented Interfaces:
CLProperty
,CLQueueProperty
- Enclosing interface:
- CLQueueProperty
public static class CLQueueProperty.TagValue extends CLProperty.TagValue implements CLQueueProperty
-
Nested Class Summary
Nested classes/interfaces inherited from interface au.notzed.zcl.CLProperty
CLProperty.TagValue
Nested classes/interfaces inherited from interface au.notzed.zcl.CLQueueProperty
CLQueueProperty.TagValue
-
Constructor Summary
Constructors Constructor Description TagValue(long tag, long value)
-
Method Summary
Methods inherited from class au.notzed.zcl.CLProperty.TagValue
getSize, toInt, toLong, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface au.notzed.zcl.CLProperty
getSize, toInt, toLong
-
Constructor Details
-
TagValue
public TagValue(long tag, long value)
-