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

Call to track OTA image by the OTA server plugin. More...

#include <zigpc_gateway_request_queue.hpp>

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

Public Member Functions

 AddOTAImageRequest (std::string &filename)
 
 ~AddOTAImageRequest () 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

std::string filename
 

Detailed Description

Call to track OTA image by the OTA server plugin.

Constructor & Destructor Documentation

◆ AddOTAImageRequest()

zigpc::gateway::AddOTAImageRequest::AddOTAImageRequest ( std::string &  filename)
explicit

◆ ~AddOTAImageRequest()

zigpc::gateway::AddOTAImageRequest::~AddOTAImageRequest ( )
overridedefault

Member Function Documentation

◆ invoke()

sl_status_t zigpc::gateway::AddOTAImageRequest::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

◆ filename

std::string zigpc::gateway::AddOTAImageRequest::filename
private

OTA Image path to track


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