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

Call to initialize the network. More...

#include <zigpc_gateway_request_queue.hpp>

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

Public Member Functions

 NetworkInitRequest (void)
 
 ~NetworkInitRequest () 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...
 

Detailed Description

Call to initialize the network.

Constructor & Destructor Documentation

◆ NetworkInitRequest()

zigpc::gateway::NetworkInitRequest::NetworkInitRequest ( void  )
explicit

◆ ~NetworkInitRequest()

zigpc::gateway::NetworkInitRequest::~NetworkInitRequest ( )
overridedefault

Member Function Documentation

◆ invoke()

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

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

Returns
sl_status_t

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


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