|
| void | setResponse (const std::string &response) |
| |
|
std::string | response () const |
| |
| void | setRawData (const RawData &raw) |
| |
| std::string | toString () override |
| |
| DpaError | errorCode () const |
| |
|
void | setErrorCode (const DpaError &errCode) |
| |
| void | setStatus (const std::string &statString, int statNum) |
| |
| void | setGWIdentification (const std::string &identification) |
| |
| void | setRequest (const std::string &request) override |
| |
|
std::string | request () const override |
| |
|
void | setMessageID (const std::string &id) |
| |
|
std::string | messageID () const |
| |
|
void | setTimeout (const Poco::Timespan &timeout) |
| |
|
Poco::Timespan | timeout () const |
| |
|
| static IQRFJsonMessage::Ptr | parse (const std::string &data) |
| |
DPA error from IQRF daemon. Every error code is represented using string that describes DPA error.
| void IQRFJsonResponse::setGWIdentification |
( |
const std::string & |
identification | ) |
|
- Parameters
-
| identification | IQRF GW daemon instance identification |
| void IQRFJsonResponse::setRawData |
( |
const RawData & |
raw | ) |
|
- Parameters
-
| raw | Content of raw data array inside JSON data object |
| void IQRFJsonResponse::setRequest |
( |
const std::string & |
request | ) |
|
|
overridevirtual |
| void IQRFJsonResponse::setResponse |
( |
const std::string & |
response | ) |
|
- Parameters
-
| response | contains hex values separated by dot. |
| void IQRFJsonResponse::setStatus |
( |
const std::string & |
statString, |
|
|
int |
statNum |
|
) |
| |
- Parameters
-
| stat_string | GW daemon API status in string form |
| stat_num | GW daemon API status |
| string IQRFJsonResponse::toString |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- /var/lib/jenkins/workspace/beeeon-gateway-master/src/iqrf/IQRFJsonResponse.h
- /var/lib/jenkins/workspace/beeeon-gateway-master/src/iqrf/IQRFJsonResponse.cpp