Trond Enger / d7a_1x

Fork of d7a_1x by WizziLab

Embed: (wiki syntax)

« Back to documentation index

d7a_msg_t Struct Reference

d7a_msg_t Struct Reference

Response data and meta-data from a device. More...

#include <d7a.h>

Data Fields

int8_t err
 Error code.
uint8_t id [D7A_UID_LEN]
 Responder's UID.
int8_t lb
 Transmission Link Budget.
int8_t rxlev
 Transmission RSSI.
d7a_data_t * data
 Potential data.

Detailed Description

Response data and meta-data from a device.

Definition at line 320 of file d7a.h.


Field Documentation

d7a_data_t* data

Potential data.

Definition at line 331 of file d7a.h.

int8_t err

Error code.

Definition at line 323 of file d7a.h.

uint8_t id[D7A_UID_LEN]

Responder's UID.

Definition at line 325 of file d7a.h.

int8_t lb

Transmission Link Budget.

Definition at line 327 of file d7a.h.

int8_t rxlev

Transmission RSSI.

Definition at line 329 of file d7a.h.