Zephyr API 3.6.99
|
Modem chat script chat. More...
#include <chat.h>
Data Fields | |
const uint8_t * | request |
Request to send to modem. | |
uint16_t | request_size |
Size of request. | |
const struct modem_chat_match * | response_matches |
Expected responses to request. | |
uint16_t | response_matches_size |
Number of elements in expected responses. | |
uint16_t | timeout |
Timeout before chat script may continue to next step in milliseconds. | |
Modem chat script chat.
const uint8_t* modem_chat_script_chat::request |
Request to send to modem.
uint16_t modem_chat_script_chat::request_size |
Size of request.
const struct modem_chat_match* modem_chat_script_chat::response_matches |
Expected responses to request.
uint16_t modem_chat_script_chat::response_matches_size |
Number of elements in expected responses.
uint16_t modem_chat_script_chat::timeout |
Timeout before chat script may continue to next step in milliseconds.