- ZCLAttribute - Interface in org.osgi.service.zigbee
-
This interface represents a ZCLAttribute.
- ZCLAttributeDescription - Interface in org.osgi.service.zigbee.descriptions
-
This interface represents a ZCLAttributeDescription.
- ZCLAttributeInfo - Interface in org.osgi.service.zigbee
-
This interface provides information about the attribute, like its ZCL
attribute ID, if it manufacturer specific and about its data type (see
ZCLAttributeInfo.getDataType()
).
- ZCLCluster - Interface in org.osgi.service.zigbee
-
This interface represents a ZCL Cluster.
- ZCLClusterDescription - Interface in org.osgi.service.zigbee.descriptions
-
This interface represents a ZCL Cluster description.
- ZCLCommandDescription - Interface in org.osgi.service.zigbee.descriptions
-
This interface represents a ZCLCommandDescription.
- ZCLCommandResponse - Interface in org.osgi.service.zigbee
-
- ZCLCommandResponseStream - Interface in org.osgi.service.zigbee
-
This type represents a stream of responses to a broadcast operation.
- ZCLDataTypeDescription - Interface in org.osgi.service.zigbee.descriptions
-
This interface is used for representing any of the ZigBee Data Types defined
in the ZCL.
- ZCLEventListener - Interface in org.osgi.service.zigbee
-
This interface represents a listener to events from ZigBee Device nodes.
- ZCLException - Exception in org.osgi.service.zigbee
-
This class represents root exception for all the code related to ZigBee/ZCL.
- ZCLException(String) - Constructor for exception org.osgi.service.zigbee.ZCLException
-
Creates a
ZCLException containing only a description, but no
error codes.
- ZCLException(int, String) - Constructor for exception org.osgi.service.zigbee.ZCLException
-
- ZCLException(int, int, String) - Constructor for exception org.osgi.service.zigbee.ZCLException
-
Creates a
ZCLException containing a specific
errorCode
or
zigBeeErrorCode
.
- ZCLFrame - Interface in org.osgi.service.zigbee
-
This interface models the ZigBee Cluster Library Frame.
- ZCLGlobalClusterDescription - Interface in org.osgi.service.zigbee.descriptions
-
This interface represents Cluster global description.
- ZCLHeader - Interface in org.osgi.service.zigbee
-
This interface represents the ZCL Frame Header.
- ZCLParameterDescription - Interface in org.osgi.service.zigbee.descriptions
-
This interface represents a ZigBee parameter description.
- ZCLReadStatusRecord - Interface in org.osgi.service.zigbee
-
- ZCLSimpleTypeDescription - Interface in org.osgi.service.zigbee.descriptions
-
This interface is used for representing any of the simple ZigBee Data Types
defined in the ZCL.
- ZDPException - Exception in org.osgi.service.zigbee
-
This class represents root exception for all the code related to ZDP.
- ZDPException(String) - Constructor for exception org.osgi.service.zigbee.ZDPException
-
Creates a
ZDPException containing only a description, but no
error codes.
- ZDPException(int, String) - Constructor for exception org.osgi.service.zigbee.ZDPException
-
- ZDPException(int, int, String) - Constructor for exception org.osgi.service.zigbee.ZDPException
-
Creates a
ZDPException containing a specific
errorCode
or
zigBeeErrorCode
.
- ZDPFrame - Interface in org.osgi.service.zigbee
-
This interface represents a ZDP frame.
- ZDPResponse - Interface in org.osgi.service.zigbee
-
This type represents a successful ZDP invocation.
- ZED - Static variable in interface org.osgi.service.zigbee.ZigBeeNode
-
Constant value used as logical type value when the ZigBee device is an
End Device.
- ZIGBEE_EXPORT - Static variable in interface org.osgi.service.zigbee.ZigBeeEndpoint
-
Property used to mark if a ZigBeeEndPoint service is an exported one or
not.
- ZigBeeArray - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Array' data type, as it is defined in
the ZigBee Cluster Library specification.
- ZigBeeAttributeID - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Attribute ID' data type, as it is
defined in the ZigBee Cluster Library specification.
- ZigBeeBACnet - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Unsigned Integer 32-bit' data type,
as it is defined in the ZigBee Cluster Library specification.
- ZigBeeBag - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Bag' data type, as it is defined in
the ZigBee Cluster Library specification.
- ZigBeeBitmap16 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Bitmap 16-bit' data type, as it is
defined in the ZigBee Cluster Library specification.
- ZigBeeBitmap24 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Bitmap 24-bit' data type, as it is
defined in the ZigBee Cluster Library specification.
- ZigBeeBitmap32 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Bitmap 32-bit' data type, as it is
defined in the ZigBee Cluster Library specification.
- ZigBeeBitmap40 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Bitmap 40-bit' data type, as it is
defined in the ZigBee Cluster Library specification.
- ZigBeeBitmap48 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Bitmap 48-bit' data type, as it is
defined in the ZigBee Cluster Library specification.
- ZigBeeBitmap56 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Bitmap 56-bit' data type, as it is
defined in the ZigBee Cluster Library specification.
- ZigBeeBitmap64 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Bitmap 64-bit' data type, as it is
defined in the ZigBee Cluster Library specification.
- ZigBeeBitmap8 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Bitmap 8-bit' data type, as it is
defined in the ZigBee Cluster Library specification.
- ZigBeeBoolean - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Boolean' data type, as it is defined
in the ZigBee Cluster Library specification.
- ZigBeeCharacterString - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Character String' data type, as it is
defined in the ZigBee Cluster Library specification.
- ZigBeeClusterID - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Cluster ID' data type, as it is
defined in the ZigBee Cluster Library specification.
- ZigBeeComplexDescriptor - Interface in org.osgi.service.zigbee.descriptors
-
This interface represents a Complex Descriptor as described in the ZigBee
Specification.
- ZigBeeDataInput - Interface in org.osgi.service.zigbee
-
The
ZigBeeDataInput
interface is designed for converting a series of
bytes in Java data types.
- ZigBeeDataOutput - Interface in org.osgi.service.zigbee
-
The
ZigBeeDataOutput
interface is designed for converting Java data
types into a series of bytes.
- ZigBeeDataTypes - Class in org.osgi.service.zigbee
-
This class contains the constants that are used internally by these API to
represent the ZCL data types.
- ZigBeeDate - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Date' data type, as it is defined in
the ZigBee Cluster Library specification.
- ZigBeeDeviceDescription - Interface in org.osgi.service.zigbee.descriptions
-
This interface represents a ZigBee device description.
- ZigBeeDeviceDescriptionSet - Interface in org.osgi.service.zigbee.descriptions
-
This interface represents a ZigBee Device description Set.
- ZigBeeEndpoint - Interface in org.osgi.service.zigbee
-
This interface represents a ZigBee EndPoint.
- ZigBeeEnumeration16 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Enumeration 16-bit' data type, as it
is defined in the ZigBee Cluster Library specification.
- ZigBeeEnumeration8 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Enumeration 8-bit' data type, as it
is defined in the ZigBee Cluster Library specification.
- zigBeeErrorCode - Variable in exception org.osgi.service.zigbee.ZigBeeException
-
The actual error code returned by the ZigBee node.
- ZigBeeEvent - Interface in org.osgi.service.zigbee
-
This interface represents events generated by a ZigBee Device node.
- ZigBeeException - Exception in org.osgi.service.zigbee
-
This class represents root exception for all the code related to ZigBee.
- ZigBeeException(String) - Constructor for exception org.osgi.service.zigbee.ZigBeeException
-
Creates a
ZigBeeException containing only a description, but
no error codes.
- ZigBeeException(int, String) - Constructor for exception org.osgi.service.zigbee.ZigBeeException
-
- ZigBeeException(int, int, String) - Constructor for exception org.osgi.service.zigbee.ZigBeeException
-
Creates a
ZigBeeException containing a specific
errorCode
or
zigBeeErrorCode
.
- ZigBeeFloatingDouble - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Floating Double' data type, as it is
defined in the ZigBee Cluster Library specification.
- ZigBeeFloatingSemi - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Floating Semi' data type, as it is
defined in the ZigBee Cluster Library specification.
- ZigBeeFloatingSingle - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Floating Single' data type, as it is
defined in the ZigBee Cluster Library specification.
- ZigBeeFrequencyBand - Interface in org.osgi.service.zigbee.descriptors
-
This interface represents a the frequency band field.
- ZigBeeGeneralData16 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'General Data 16-bit' data type, as it
is defined in the ZigBee Cluster Library specification.
- ZigBeeGeneralData24 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'General Data 24-bit' data type, as it
is defined in the ZigBee Cluster Library specification.
- ZigBeeGeneralData32 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'General Data 32-bit' data type, as it
is defined in the ZigBee Cluster Library specification.
- ZigBeeGeneralData40 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'General Data 40-bit' data type, as it
is defined in the ZigBee Cluster Library specification.
- ZigBeeGeneralData48 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'General Data 48-bit' data type, as it
is defined in the ZigBee Cluster Library specification.
- ZigBeeGeneralData56 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'General Data 56-bit' data type, as it
is defined in the ZigBee Cluster Library specification.
- ZigBeeGeneralData64 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'General Data 64-bit' data type, as it
is defined in the ZigBee Cluster Library specification.
- ZigBeeGeneralData8 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'General Data 8-bit' data type, as it
is defined in the ZigBee Cluster Library specification.
- ZigBeeGroup - Interface in org.osgi.service.zigbee
-
This interface represents a ZigBee Group.
- ZigBeeHost - Interface in org.osgi.service.zigbee
-
This interface represents the machine that hosts the code to run a ZigBee
device or client.
- ZigBeeIEEE_ADDRESS - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'IEEE ADDRESS' data type, as it is
defined in the ZigBee Cluster Library specification.
- ZigBeeLinkQuality - Interface in org.osgi.service.zigbee
-
This interface represents an entry of the NeighborTableList.
- ZigBeeLongCharacterString - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Long Character String' data type, as
it is defined in the ZigBee Cluster Library specification.
- ZigBeeLongOctetString - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Long Octet String' data type, as it is
defined in the ZigBee Cluster Library specification.
- ZigBeeMacCapabiliyFlags - Interface in org.osgi.service.zigbee.descriptors
-
This interface represents the Node Descriptor MAC Capability Flags as
described in the ZigBee Specification.
- ZigBeeNode - Interface in org.osgi.service.zigbee
-
This interface represents a ZigBee node, means a physical device that can
communicate using the ZigBee protocol.
- ZigBeeNodeDescriptor - Interface in org.osgi.service.zigbee.descriptors
-
This interface represents a Node Descriptor as described in the ZigBee
Specification.
- ZigBeeOctetString - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Octet String' data type, as it is
defined in the ZigBee Cluster Library specification.
- ZigBeePowerDescriptor - Interface in org.osgi.service.zigbee.descriptors
-
This interface represents a power descriptor as described in the ZigBee
Specification.
- ZigBeeRoute - Interface in org.osgi.service.zigbee
-
This interface represents an entry of the RoutingTableList
- ZigBeeSecurityKey128 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Security Key 128' data type, as it is
defined in the ZigBee Cluster Library specification.
- ZigBeeServerMask - Interface in org.osgi.service.zigbee.descriptors
-
Represents the ZigBee Server Mask field of the ZigBee Node Descriptor.
- ZigBeeSet - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Set' data type, as it is defined in
the ZigBee Cluster Library specification.
- ZigBeeSignedInteger16 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Signed Integer 16-bit' data type, as
it is defined in the ZigBee Cluster Library specification.
- ZigBeeSignedInteger24 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Signed Integer 24-bit' data type, as
it is defined in the ZigBee Cluster Library specification.
- ZigBeeSignedInteger32 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Signed Integer 32-bit' data type, as
it is defined in the ZigBee Cluster Library specification.
- ZigBeeSignedInteger40 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Signed Integer 40-bit' data type, as
it is defined in the ZigBee Cluster Library specification.
- ZigBeeSignedInteger48 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Signed Integer 48-bit' data type, as
it is defined in the ZigBee Cluster Library specification.
- ZigBeeSignedInteger56 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Signed Integer 56-bit' data type, as
it is defined in the ZigBee Cluster Library specification.
- ZigBeeSignedInteger64 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Signed Integer 64-bit' data type, as
it is defined in the ZigBee Cluster Library specification.
- ZigBeeSignedInteger8 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Signed Integer 8-bit' data type, as
it is defined in the ZigBee Cluster Library specification.
- ZigBeeSimpleDescriptor - Interface in org.osgi.service.zigbee.descriptors
-
This interface represents a simple descriptor as described in the ZigBee
Specification.
- ZigBeeStructure - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Structure' data type, as it is defined
in the ZigBee Cluster Library specification.
- ZigBeeTimeOfDay - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Time Of Day' data type, as it is
defined in the ZigBee Cluster Library specification.
- ZigBeeUnsignedInteger16 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Unsigned Integer 16-bit' data type,
as it is defined in the ZigBee Cluster Library specification.
- ZigBeeUnsignedInteger24 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Unsigned Integer 24-bit' data type,
as it is defined in the ZigBee Cluster Library specification.
- ZigBeeUnsignedInteger32 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Unsigned Integer 32-bit' data type,
as it is defined in the ZigBee Cluster Library specification.
- ZigBeeUnsignedInteger40 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Unsigned Integer 40-bit' data type,
as it is defined in the ZigBee Cluster Library specification.
- ZigBeeUnsignedInteger48 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Unsigned Integer 48-bit' data type,
as it is defined in the ZigBee Cluster Library specification.
- ZigBeeUnsignedInteger56 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Unsigned Integer 56-bit' data type,
as it is defined in the ZigBee Cluster Library specification.
- ZigBeeUnsignedInteger64 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Unsigned Integer 64-bit' data type,
as it is defined in the ZigBee Cluster Library specification.
- ZigBeeUnsignedInteger8 - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'Unsigned Integer 8-bit' data type, as
it is defined in the ZigBee Cluster Library specification.
- ZigBeeUTCTime - Class in org.osgi.service.zigbee.types
-
A singleton class that represents the 'UTC Time' data type, as it is defined
in the ZigBee Cluster Library specification.
- zone - Variable in class org.osgi.service.clusterinfo.dto.NodeStatusDTO
-
Regions are often subdivided in zones that represent different
physical locations.