ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
modem_reply_t Struct Reference

One scripted (command -> response) pair. More...

Data Fields

const char * cmd
 AT command WITHOUT the trailing CR.
const char * resp
 Bytes the modem returns (CRLF-framed).

Detailed Description

One scripted (command -> response) pair.

Definition at line 55 of file board_periph_modem.c.

Field Documentation

◆ cmd

const char* modem_reply_t::cmd

AT command WITHOUT the trailing CR.

Definition at line 56 of file board_periph_modem.c.

◆ resp

const char* modem_reply_t::resp

Bytes the modem returns (CRLF-framed).

Definition at line 57 of file board_periph_modem.c.


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