Uses of Interface
org.osgi.service.zigbee.ZCLAttributeInfo
Package
Description
Device Service Specification for ZigBee Technology.
Device Service Specification for ZigBee Technology Descriptions.
-
Uses of ZCLAttributeInfo in org.osgi.service.zigbee
Modifier and TypeInterfaceDescriptioninterface
This interface represents a ZCLAttribute.Modifier and TypeMethodDescriptionZCLReadStatusRecord.getAttributeInfo()
Returns theZCLAttributeInfo
related to the reading operation.Modifier and TypeMethodDescriptionZCLCluster.readAttributes
(ZCLAttributeInfo[] attributes) Reads a list of attributes by issuing a ZCL Read Attributes command.Modifier and TypeMethodDescriptionZCLCluster.writeAttributes
(boolean undivided, Map<? extends ZCLAttributeInfo, ?> attributesAndValues) Writes a set of attributes on the cluster using the ZCL Write Attributes or the Write Attributes Undivided commands, according to the passedundivided
parameter. -
Uses of ZCLAttributeInfo in org.osgi.service.zigbee.descriptions
Modifier and TypeInterfaceDescriptioninterface
This interface represents a ZCLAttributeDescription.