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