Zigbee Protocol Controller 1.6.0
zigpc::gateway::ZCLFrameMulticastRequest Class Reference

Call to send generic ZCL frame to a Zigbee Group on the network. More...

#include <zigpc_gateway_request_queue.hpp>

Inheritance diagram for zigpc::gateway::ZCLFrameMulticastRequest:
zigpc::gateway::RequestQueue::Entry

Public Member Functions

 ZCLFrameMulticastRequest (zigbee_group_id_t group_id, zcl_cluster_id_t cluster_id, const zcl_frame_t &frame)
 
 ~ZCLFrameMulticastRequest () override=default
 
sl_status_t invoke (void) override
 Invoke/execute the ZigbeeHost call using the infomation stored in the object. More...
 
- Public Member Functions inherited from zigpc::gateway::RequestQueue::Entry
 Entry (const char *label)
 
virtual ~Entry ()=default
 
const char * getLabel (void) const
 Get the Name of the call. More...
 
size_t getSendAttempts (void) const
 Get the number of attempts made to send the message. More...
 
void incrementSendAttempt (void)
 Increment send attempts. More...
 
virtual sl_status_t invoke (void)=0
 Invoke/execute the ZigbeeHost call using the infomation stored in the object. More...
 

Private Attributes

zigbee_group_id_t group_id
 
zcl_cluster_id_t cluster_id
 
const zcl_frame_t frame
 

Detailed Description

Call to send generic ZCL frame to a Zigbee Group on the network.

Constructor & Destructor Documentation

◆ ZCLFrameMulticastRequest()

zigpc::gateway::ZCLFrameMulticastRequest::ZCLFrameMulticastRequest ( zigbee_group_id_t  group_id,
zcl_cluster_id_t  cluster_id,
const zcl_frame_t frame 
)
explicit

◆ ~ZCLFrameMulticastRequest()

zigpc::gateway::ZCLFrameMulticastRequest::~ZCLFrameMulticastRequest ( )
overridedefault

Member Function Documentation

◆ invoke()

sl_status_t zigpc::gateway::ZCLFrameMulticastRequest::invoke ( void  )
overridevirtual

Invoke/execute the ZigbeeHost call using the infomation stored in the object.

Returns
sl_status_t

Implements zigpc::gateway::RequestQueue::Entry.

Member Data Documentation

◆ cluster_id

zcl_cluster_id_t zigpc::gateway::ZCLFrameMulticastRequest::cluster_id
private

Cluster ID

◆ frame

const zcl_frame_t zigpc::gateway::ZCLFrameMulticastRequest::frame
private

ZCL Frame Data

◆ group_id

zigbee_group_id_t zigpc::gateway::ZCLFrameMulticastRequest::group_id
private

Group ID


The documentation for this class was generated from the following file: