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 TypeInterfaceDescriptioninterfaceThis interface represents a ZCLAttribute.Methods in org.osgi.service.zigbee that return ZCLAttributeInfoModifier and TypeMethodDescriptionZCLReadStatusRecord.getAttributeInfo()Returns theZCLAttributeInforelated 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 passedundividedparameter. -
Uses of ZCLAttributeInfo in org.osgi.service.zigbee.descriptions
Subinterfaces of ZCLAttributeInfo in org.osgi.service.zigbee.descriptionsModifier and TypeInterfaceDescriptioninterfaceThis interface represents a ZCLAttributeDescription.