Parameters to setup pktio and pkthandler token tables. More...
#include <cellular_common.h>
Data Fields | |
CellularAtParseTokenMap_t * | pCellularUrcHandlerTable |
uint32_t | cellularPrefixToParserMapSize |
const char ** | pCellularSrcTokenErrorTable |
uint32_t | cellularSrcTokenErrorTableSize |
const char ** | pCellularSrcTokenSuccessTable |
uint32_t | cellularSrcTokenSuccessTableSize |
const char ** | pCellularUrcTokenWoPrefixTable |
uint32_t | cellularUrcTokenWoPrefixTableSize |
const char ** | pCellularSrcExtraTokenSuccessTable |
uint32_t | cellularSrcExtraTokenSuccessTableSize |
Parameters to setup pktio and pkthandler token tables.
CellularAtParseTokenMap_t* CellularTokenTable_t::pCellularUrcHandlerTable |
URC handler table.
uint32_t CellularTokenTable_t::cellularPrefixToParserMapSize |
URC handler table size.
const char** CellularTokenTable_t::pCellularSrcTokenErrorTable |
Solicited error token table.
uint32_t CellularTokenTable_t::cellularSrcTokenErrorTableSize |
Solicited error token table size.
const char** CellularTokenTable_t::pCellularSrcTokenSuccessTable |
Solicited success token table.
uint32_t CellularTokenTable_t::cellularSrcTokenSuccessTableSize |
Solicited success token table size.
const char** CellularTokenTable_t::pCellularUrcTokenWoPrefixTable |
URC token without prefix table.
uint32_t CellularTokenTable_t::cellularUrcTokenWoPrefixTableSize |
URC token without prefix table size.
const char** CellularTokenTable_t::pCellularSrcExtraTokenSuccessTable |
Extra token success table.
uint32_t CellularTokenTable_t::cellularSrcExtraTokenSuccessTableSize |
Extra token success table size.