IQRF Gateway Daemon
Functions
ProtocolBridge.cpp File Reference
#include "ProtocolBridge.h"
#include "IqrfLogging.h"

Functions

const std::string STR_CMD_SYSINFO ("SYSINFO")
 
const std::string STR_CMD_GET_NEW_VISIBLE ("GET_NEW_VISIBLE")
 
const std::string STR_CMD_GET_NEW_INVISIBLE ("GET_NEW_INVISIBLE")
 
const std::string STR_CMD_GET_ALL_VISIBLE ("GET_ALL_VISIBLE")
 
const std::string STR_CMD_GET_NEW_DATA_INFO ("GET_NEW_DATA_INFO")
 
const std::string STR_CMD_GET_COMPACT_PACKET ("GET_COMPACT_PACKET")
 
const std::string STR_CMD_GET_FULL_PACKET ("GET_FULL_PACKET")
 
const std::string STR_CMD_GET_VISIBLE_CONFIRMATION ("GET_VISIBLE_CONFIRMATION")
 
const std::string STR_CMD_GET_INVISIBLE_CONFIRMATION ("GET_INVISIBLE_CONFIRMATION")
 
const std::string STR_CMD_SLEEP_NOW ("SLEEP_NOW")
 
const std::string STR_CMD_DELETE_ID ("DELETE_ID")
 
const std::string STR_CMD_DELETE_ALL ("DELETE_ALL")
 
const std::string STR_CMD_SET_SLEEP_INTERVAL ("SET_SLEEP_INTERVAL")
 
const std::string STR_CMD_SET_WM_TIMEOUT ("SET_WM_TIMEOUT")
 
const std::string STR_CMD_SET_WM_ALL_READED_TIMEOUT ("SET_WM_ALL_READED_TIMEOUT")
 
const std::string STR_CMD_SET_NODE_TIMEOUT ("SET_NODE_TIMEOUT")
 
const std::string STR_CMD_SET_ANY_PACKET_MODE ("SET_ANY_PACKET_MODE")
 
const uint8_t PNUM_PROTOCOL_BRIDGE (0x26)
 

Function Documentation

◆ PNUM_PROTOCOL_BRIDGE()

const uint8_t PNUM_PROTOCOL_BRIDGE ( 0x26  )

◆ STR_CMD_DELETE_ALL()

const std::string STR_CMD_DELETE_ALL ( "DELETE_ALL"  )

◆ STR_CMD_DELETE_ID()

const std::string STR_CMD_DELETE_ID ( "DELETE_ID"  )

◆ STR_CMD_GET_ALL_VISIBLE()

const std::string STR_CMD_GET_ALL_VISIBLE ( "GET_ALL_VISIBLE"  )

◆ STR_CMD_GET_COMPACT_PACKET()

const std::string STR_CMD_GET_COMPACT_PACKET ( "GET_COMPACT_PACKET"  )

◆ STR_CMD_GET_FULL_PACKET()

const std::string STR_CMD_GET_FULL_PACKET ( "GET_FULL_PACKET"  )

◆ STR_CMD_GET_INVISIBLE_CONFIRMATION()

const std::string STR_CMD_GET_INVISIBLE_CONFIRMATION ( "GET_INVISIBLE_CONFIRMATION"  )

◆ STR_CMD_GET_NEW_DATA_INFO()

const std::string STR_CMD_GET_NEW_DATA_INFO ( "GET_NEW_DATA_INFO"  )

◆ STR_CMD_GET_NEW_INVISIBLE()

const std::string STR_CMD_GET_NEW_INVISIBLE ( "GET_NEW_INVISIBLE"  )

◆ STR_CMD_GET_NEW_VISIBLE()

const std::string STR_CMD_GET_NEW_VISIBLE ( "GET_NEW_VISIBLE"  )

◆ STR_CMD_GET_VISIBLE_CONFIRMATION()

const std::string STR_CMD_GET_VISIBLE_CONFIRMATION ( "GET_VISIBLE_CONFIRMATION"  )

◆ STR_CMD_SET_ANY_PACKET_MODE()

const std::string STR_CMD_SET_ANY_PACKET_MODE ( "SET_ANY_PACKET_MODE"  )

◆ STR_CMD_SET_NODE_TIMEOUT()

const std::string STR_CMD_SET_NODE_TIMEOUT ( "SET_NODE_TIMEOUT"  )

◆ STR_CMD_SET_SLEEP_INTERVAL()

const std::string STR_CMD_SET_SLEEP_INTERVAL ( "SET_SLEEP_INTERVAL"  )

◆ STR_CMD_SET_WM_ALL_READED_TIMEOUT()

const std::string STR_CMD_SET_WM_ALL_READED_TIMEOUT ( "SET_WM_ALL_READED_TIMEOUT"  )

◆ STR_CMD_SET_WM_TIMEOUT()

const std::string STR_CMD_SET_WM_TIMEOUT ( "SET_WM_TIMEOUT"  )

◆ STR_CMD_SLEEP_NOW()

const std::string STR_CMD_SLEEP_NOW ( "SLEEP_NOW"  )

◆ STR_CMD_SYSINFO()

const std::string STR_CMD_SYSINFO ( "SYSINFO"  )