Uses of Interface
org.osgi.service.zigbee.ZDPFrame
-
Packages that use ZDPFrame Package Description org.osgi.service.zigbee Device Service Specification for ZigBee Technology. -
-
Uses of ZDPFrame in org.osgi.service.zigbee
Methods in org.osgi.service.zigbee that return ZDPFrame Modifier and Type Method Description ZDPFrameZDPResponse. getFrame()Returns theZDPFramecontaining the response.Methods in org.osgi.service.zigbee that return types with arguments of type ZDPFrame Modifier and Type Method Description Promise<ZDPFrame>ZigBeeNode. invoke(int clusterIdReq, int expectedClusterIdRsp, ZDPFrame message)Sends theZDPFrameto thisZigBeeNodewith the specified cluster id.Promise<ZDPFrame>ZigBeeNode. invoke(int clusterIdReq, ZDPFrame message)Sends theZDPFrameto thisZigBeeNodewith the specified cluster id.Methods in org.osgi.service.zigbee with parameters of type ZDPFrame Modifier and Type Method Description Promise<ZDPFrame>ZigBeeNode. invoke(int clusterIdReq, int expectedClusterIdRsp, ZDPFrame message)Sends theZDPFrameto thisZigBeeNodewith the specified cluster id.Promise<ZDPFrame>ZigBeeNode. invoke(int clusterIdReq, ZDPFrame message)Sends theZDPFrameto thisZigBeeNodewith the specified cluster id.
-