Uses of Interface
org.osgi.service.zigbee.ZCLAttributeInfo
Packages that use ZCLAttributeInfo
Package
Description
Device Service Specification for ZigBee Technology.
Device Service Specification for ZigBee Technology Descriptions.
-
Uses of ZCLAttributeInfo in org.osgi.service.zigbee
Subinterfaces of ZCLAttributeInfo in org.osgi.service.zigbeeModifier and TypeInterfaceDescriptioninterface
This interface represents a ZCLAttribute.Methods in org.osgi.service.zigbee that return ZCLAttributeInfoModifier and TypeMethodDescriptionZCLReadStatusRecord.getAttributeInfo()
Returns theZCLAttributeInfo
related to the reading operation.Methods in org.osgi.service.zigbee with parameters of type ZCLAttributeInfoModifier and TypeMethodDescriptionZCLCluster.readAttributes
(ZCLAttributeInfo[] attributes) Reads a list of attributes by issuing a ZCL Read Attributes command.Method parameters in org.osgi.service.zigbee with type arguments of type ZCLAttributeInfoModifier 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
Subinterfaces of ZCLAttributeInfo in org.osgi.service.zigbee.descriptionsModifier and TypeInterfaceDescriptioninterface
This interface represents a ZCLAttributeDescription.