IQRF Gateway Daemon
Public Member Functions | List of all members
PrfLedSimple< L > Class Template Reference

Parse/encode simple message holding PrfLed. More...

#include <SimpleSerializer.h>

Inheritance diagram for PrfLedSimple< L >:

Public Member Functions

 PrfLedSimple (std::istream &istr)
 parametric constructor More...
 
virtual ~PrfLedSimple ()
 
std::string encodeResponse (const std::string &errStr) override
 DpaTask overriden method. More...
 

Detailed Description

template<typename L>
class PrfLedSimple< L >

Parse/encode simple message holding PrfLed.

Class to be passed to parser as creator of PrfLed object from incoming data.

Constructor & Destructor Documentation

◆ PrfLedSimple()

template<typename L >
PrfLedSimple< L >::PrfLedSimple ( std::istream &  istr)
inlineexplicit

parametric constructor

Parameters
[in]istrstring stream to be parsed

◆ ~PrfLedSimple()

template<typename L >
virtual PrfLedSimple< L >::~PrfLedSimple ( )
inlinevirtual

Member Function Documentation

◆ encodeResponse()

template<typename L >
std::string PrfLedSimple< L >::encodeResponse ( const std::string &  errStr)
inlineoverride

DpaTask overriden method.

Parameters
[in]errStrresult of DpaTask handling in IQRF mesh to be stored in message
Returns
encoded message

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