|
ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
|
A decoded command-ACK frame. payload points into the caller's frame (not copied). More...
#include <ld2410.h>
Public Attributes | |
| uint16_t | command |
| ACK command word: the request word | 0x0100 (e.g. 0x01A5 for get-MAC). | |
| uint16_t | status |
| 0 = success, 1 = failure. | |
| const uint8_t * | payload |
| command-specific data after the status word (nullptr if none). | |
| size_t | payload_len |
| octets at payload. | |
A decoded command-ACK frame. payload points into the caller's frame (not copied).
| uint16_t Ld2410Ack::command |
| const uint8_t* Ld2410Ack::payload |