Zephyr API Documentation  3.6.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.
 
uint8_t match_size
 Size of match.
 
const uint8_tseparators
 Separators array.
 
uint8_t separators_size
 Size of separators array.
 
uint8_t wildcards: 1
 Set if modem chat instance shall use wildcards when matching.
 
uint8_t partial: 1
 Set if script shall not continue to next step in case of match.
 
modem_chat_match_callback callback
 Type of modem chat instance.
 

Detailed Description

Modem chat match.

Field Documentation

◆ callback

modem_chat_match_callback modem_chat_match::callback

Type of modem chat instance.

◆ match

const uint8_t* modem_chat_match::match

Match array.

◆ match_size

uint8_t modem_chat_match::match_size

Size of match.

◆ partial

uint8_t 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

uint8_t 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: