Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
hl78xx_at_notification Struct Reference

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.

Detailed Description

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.

Field Documentation

◆ argc

uint16_t hl78xx_at_notification::argc

Number of parsed arguments.

◆ argv

const char* const* hl78xx_at_notification::argv

Parsed arguments, where argv[0] is the exact matched token.

◆ pattern

const char* hl78xx_at_notification::pattern

Canonical unsolicited match pattern from the driver table.


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