ZCL library
4.3
ZCL library to manage a Zigbee network
|
enum DataTypeValue |
Enumeration constants to specify the attribute Data Type.
NO_DATA_TYPE |
Null : No Data.
|
DATA_8BITS |
General data : 8 bits.
|
DATA_16BITS |
General data : 16 bits.
|
DATA_24BITS |
General data : 24 bits.
|
DATA_32BITS |
General data : 32 bits.
|
DATA_40BITS |
General data : 40 bits.
|
DATA_48BITS |
General data : 48 bits.
|
DATA_56BITS |
General data : 56 bits.
|
DATA_64BITS |
General data : 64 bits.
|
BOOLEAN_8BITS |
Logical : Boolean.
|
BITMAP_8BITS |
Bitmap : 8 bits.
|
BITMAP_16BITS |
Bitmap : 16 bits.
|
BITMAP_24BITS |
Bitmap : 24 bits.
|
BITMAP_32BITS |
Bitmap : 32 bits.
|
BITMAP_40BITS |
Bitmap : 40 bits.
|
BITMAP_48BITS |
Bitmap : 48 bits.
|
BITMAP_56BITS |
Bitmap : 56 bits.
|
BITMAP_64BITS |
Bitmap : 64 bits.
|
UNSIGNED_8BITS |
Unsigned integer : 8 bits.
|
UNSIGNED_16BITS |
Unsigned integer : 16 bits.
|
UNSIGNED_24BITS |
Unsigned integer : 24 bits.
|
UNSIGNED_32BITS |
Unsigned integer : 32 bits.
|
UNSIGNED_40BITS |
Unsigned integer : 40 bits.
|
UNSIGNED_48BITS |
Unsigned integer : 48 bits.
|
UNSIGNED_56BITS |
Unsigned integer : 56 bits.
|
UNSIGNED_64BITS |
Unsigned integer : 64 bits.
|
SIGNED_8BITS |
Signed integer : 8 bits.
|
SIGNED_16BITS |
Signed integer : 16 bits.
|
SIGNED_24BITS |
Signed integer : 24 bits.
|
SIGNED_32BITS |
Signed integer : 32 bits.
|
SIGNED_40BITS |
Signed integer : 40 bits.
|
SIGNED_48BITS |
Signed integer : 48 bits.
|
SIGNED_56BITS |
Signed integer : 56 bits.
|
SIGNED_64BITS |
Signed integer : 64 bits.
|
ENUMERATION_8BITS |
Enumeration : 8 bits.
|
ENUMERATION_16BITS |
Enumeration : 16 bits.
|
SEMI_PRECISION |
Floating point : semi-precision.
|
SINGLE_PRECISION |
Floating point : single precision.
|
DOUBLE_PRECISION |
Floating point : double precision.
|
OCTET_STRING |
String : Octet String (length defined in first byte)
|
CHARACTER_STRING |
String : Character String (length defined in first byte)
|
LONG_OCTET_STRING |
string : Long Octet String (length defined in first two bytes)
|
LONG_CHAR_STRING |
string : Long Character String (length defined in first two bytes)
|
ARRAY_ORDERED |
Ordered sequence : Array.
|
STRUCTURE_ORDERED |
Ordered sequence : Structure.
|
SET_COLLECTION |
Collection : Set.
|
BAG_COLLECTION |
Collection : Bag.
|
TIME_OF_DAY |
Time : time of day.
|
DATE_OF_DAY |
Time : date of day.
|
UTC_TIME |
Time : UTC time.
|
CLUSTER_ID |
Identifier : Cluster ID.
|
ATTRIBUTE_ID |
Identifier : Attribute ID.
|
BACNET_OID |
Identifier : BACnet OID. A Data Communication Protocol for Building Automation and Control Networks.
|
IEEE_ADDRESS |
Miscellaneous : IEEE Address.
|
SECURITY_KEY_128BITS |
Miscellaneous : Security Key 128 bits.
|
UNKNOWN |
Unknown.
|