All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

Unsolicited result code data structure. More...

Detailed Description

Unsolicited result code data structure.

Definition at line 206 of file at.h.

#include <at.h>

Data Fields

clist_node_t list_node
 node list
 
at_urc_cb_t cb
 callback
 
const char * code
 URC string which must match.
 
void * arg
 optional argument
 

Field Documentation

◆ arg

void* at_urc_t::arg

optional argument

Definition at line 210 of file at.h.

◆ cb

at_urc_cb_t at_urc_t::cb

callback

Definition at line 208 of file at.h.

◆ code

const char* at_urc_t::code

URC string which must match.

Definition at line 209 of file at.h.

◆ list_node

clist_node_t at_urc_t::list_node

node list

Definition at line 207 of file at.h.


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