FreeRTOS: FreeRTOS Cellular Library v1.2.0
FreeRTOS Cellular Library
CellularTokenTable_t Struct Reference

Parameters to setup pktio and pkthandler token tables. More...

#include <cellular_common.h>

Data Fields

CellularAtParseTokenMap_tpCellularUrcHandlerTable
 
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
 

Detailed Description

Parameters to setup pktio and pkthandler token tables.

Field Documentation

◆ pCellularUrcHandlerTable

CellularAtParseTokenMap_t* CellularTokenTable_t::pCellularUrcHandlerTable

URC handler table.

◆ cellularPrefixToParserMapSize

uint32_t CellularTokenTable_t::cellularPrefixToParserMapSize

URC handler table size.

◆ pCellularSrcTokenErrorTable

const char** CellularTokenTable_t::pCellularSrcTokenErrorTable

Solicited error token table.

◆ cellularSrcTokenErrorTableSize

uint32_t CellularTokenTable_t::cellularSrcTokenErrorTableSize

Solicited error token table size.

◆ pCellularSrcTokenSuccessTable

const char** CellularTokenTable_t::pCellularSrcTokenSuccessTable

Solicited success token table.

◆ cellularSrcTokenSuccessTableSize

uint32_t CellularTokenTable_t::cellularSrcTokenSuccessTableSize

Solicited success token table size.

◆ pCellularUrcTokenWoPrefixTable

const char** CellularTokenTable_t::pCellularUrcTokenWoPrefixTable

URC token without prefix table.

◆ cellularUrcTokenWoPrefixTableSize

uint32_t CellularTokenTable_t::cellularUrcTokenWoPrefixTableSize

URC token without prefix table size.

◆ pCellularSrcExtraTokenSuccessTable

const char** CellularTokenTable_t::pCellularSrcExtraTokenSuccessTable

Extra token success table.

◆ cellularSrcExtraTokenSuccessTableSize

uint32_t CellularTokenTable_t::cellularSrcExtraTokenSuccessTableSize

Extra token success table size.


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