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