|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Parsed unsolicited AT notification payload. More...
#include <zephyr/drivers/modem/hl78xx_apis.h>
Data Fields | |
| const char * | pattern |
| Canonical unsolicited match pattern from the driver table. | |
| const char *const * | argv |
| Parsed arguments, where argv[0] is the exact matched token. | |
| uint16_t | argc |
| Number of parsed arguments. | |
Parsed unsolicited AT notification payload.
The pattern field is the canonical unsolicited match pattern from the HL78xx driver table, while argv[0] contains the exact matched token produced by modem_chat.
| uint16_t hl78xx_at_notification::argc |
Number of parsed arguments.
| const char* const* hl78xx_at_notification::argv |
Parsed arguments, where argv[0] is the exact matched token.
| const char* hl78xx_at_notification::pattern |
Canonical unsolicited match pattern from the driver table.