Uses of Interface
org.osgi.service.zigbee.ZCLAttributeInfo
-
Packages that use ZCLAttributeInfo Package Description org.osgi.service.zigbee Device Service Specification for ZigBee Technology.org.osgi.service.zigbee.descriptions Device Service Specification for ZigBee Technology Descriptions. -
-
Uses of ZCLAttributeInfo in org.osgi.service.zigbee
Subinterfaces of ZCLAttributeInfo in org.osgi.service.zigbee Modifier and Type Interface Description interface
ZCLAttribute
This interface represents a ZCLAttribute.Methods in org.osgi.service.zigbee that return ZCLAttributeInfo Modifier and Type Method Description ZCLAttributeInfo
ZCLReadStatusRecord. getAttributeInfo()
Returns theZCLAttributeInfo
related to the reading operation.Methods in org.osgi.service.zigbee with parameters of type ZCLAttributeInfo Modifier and Type Method Description Promise<java.util.Map<java.lang.Integer,ZCLReadStatusRecord>>
ZCLCluster. 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 ZCLAttributeInfo Modifier and Type Method Description Promise<java.util.Map<java.lang.Integer,java.lang.Integer>>
ZCLCluster. writeAttributes(boolean undivided, java.util.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.descriptions Modifier and Type Interface Description interface
ZCLAttributeDescription
This interface represents a ZCLAttributeDescription.
-