java.lang.Object
au.notzed.zcl.CLProperty.TagValue
au.notzed.zcl.CLContextProperty.TagValue
- All Implemented Interfaces:
CLContextProperty
,CLProperty
- Enclosing interface:
- CLContextProperty
public static class CLContextProperty.TagValue extends CLProperty.TagValue implements CLContextProperty
-
Nested Class Summary
Nested classes/interfaces inherited from interface au.notzed.zcl.CLContextProperty
CLContextProperty.TagValue
Nested classes/interfaces inherited from interface au.notzed.zcl.CLProperty
CLProperty.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)
-