Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
modem_chat_match Struct Reference

Modem chat match. More...

#include <chat.h>

Data Fields

const uint8_tmatch
 Match array.
const uint8_tseparators
 Separators array.
modem_chat_match_callback callback
 Callback run on a match.
uint8_t match_size
 Size of match.
uint8_t separators_size
 Size of separators array.
bool wildcards
 Set if modem chat instance shall use wildcards when matching.
bool partial
 Set if script shall not continue to next step in case of match.

Detailed Description

Modem chat match.

Field Documentation

◆ callback

modem_chat_match_callback modem_chat_match::callback

Callback run on a match.

◆ match

const uint8_t* modem_chat_match::match

Match array.

◆ match_size

uint8_t modem_chat_match::match_size

Size of match.

◆ partial

bool modem_chat_match::partial

Set if script shall not continue to next step in case of match.

◆ separators

const uint8_t* modem_chat_match::separators

Separators array.

◆ separators_size

uint8_t modem_chat_match::separators_size

Size of separators array.

◆ wildcards

bool modem_chat_match::wildcards

Set if modem chat instance shall use wildcards when matching.


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