Package org.osgi.service.zigbee.types


@Version("1.0.1") package org.osgi.service.zigbee.types
Device Service Specification for ZigBee Technology Data Types.

Utility classes modeling the ZCL data types. Each class provides the static getInstance() method for retrieving a singleton instance of the class itself.

Every class contains methods for getting information about the data type like its ID and name. It is also possible to know if the data type is analog or digital or get the Java class it is mapped in.

Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. This package has two types of users: the consumers that use the API in this package and the providers that implement the API in this package.

Example import for consumers using the API in this package:

Import-Package: org.osgi.service.zigbee.types; version="[1.0,2.0)"

Example import for providers implementing the API in this package:

Import-Package: org.osgi.service.zigbee.types; version="[1.0,1.1)"

See Also:
  • Classes
    Class
    Description
    A singleton class that represents the 'Array' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Attribute ID' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Unsigned Integer 32-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Bag' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Bitmap 16-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Bitmap 24-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Bitmap 32-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Bitmap 40-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Bitmap 48-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Bitmap 56-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Bitmap 64-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Bitmap 8-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Boolean' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Character String' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Cluster ID' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Date' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Enumeration 16-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Enumeration 8-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Floating Double' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Floating Semi' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Floating Single' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'General Data 16-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'General Data 24-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'General Data 32-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'General Data 40-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'General Data 48-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'General Data 56-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'General Data 64-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'General Data 8-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'IEEE ADDRESS' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Long Character String' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Long Octet String' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Octet String' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Security Key 128' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Set' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Signed Integer 16-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Signed Integer 24-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Signed Integer 32-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Signed Integer 40-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Signed Integer 48-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Signed Integer 56-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Signed Integer 64-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Signed Integer 8-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Structure' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Time Of Day' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Unsigned Integer 16-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Unsigned Integer 24-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Unsigned Integer 32-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Unsigned Integer 40-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Unsigned Integer 48-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Unsigned Integer 56-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Unsigned Integer 64-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'Unsigned Integer 8-bit' data type, as it is defined in the ZigBee Cluster Library specification.
    A singleton class that represents the 'UTC Time' data type, as it is defined in the ZigBee Cluster Library specification.