| Zephyr Project API 4.2.99
    A Scalable Open Source RTOS | 
Modem chat match. More...
#include <chat.h>
| Data Fields | |
| const uint8_t * | match | 
| Match array. | |
| uint8_t | match_size | 
| Size of match. | |
| const uint8_t * | separators | 
| Separators array. | |
| 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. | |
| modem_chat_match_callback | callback | 
| Type of modem chat instance. | |
Modem chat match.
| modem_chat_match_callback modem_chat_match::callback | 
Type of modem chat instance.
| const uint8_t* modem_chat_match::match | 
Match array.
| uint8_t modem_chat_match::match_size | 
Size of match.
| bool modem_chat_match::partial | 
Set if script shall not continue to next step in case of match.
| const uint8_t* modem_chat_match::separators | 
Separators array.
| uint8_t modem_chat_match::separators_size | 
Size of separators array.
| bool modem_chat_match::wildcards | 
Set if modem chat instance shall use wildcards when matching.