WizziLab / modem_ref_v5_3_217

Dependents:   modem_ref_helper_for_v5_3_217

Embed: (wiki syntax)

« Back to documentation index

d7a_buf_t Struct Reference

d7a_buf_t Struct Reference
[D7A API (all except APL)]

Generic D7A buffer structure. More...

#include <d7a_1x.h>

Data Fields

u8 len
 Buffer payload length.
u8 pof
 Payload start offset (Result length)
u8 shadow_len
 Shadow buffer payload length (snap/restore)
u8 shadow_pof
 Shadow Payload start offset (snap/restore)
u8 data [1]
 Data.

Detailed Description

Generic D7A buffer structure.

Definition at line 28 of file d7a_1x.h.


Field Documentation

u8 len

Buffer payload length.

Definition at line 31 of file d7a_1x.h.