BA / SerialCom

Fork of OmniWheels by Gustav Atmel

Embed: (wiki syntax)

« Back to documentation index

compliance_test Struct Reference

compliance_test Struct Reference

LoRaWAN compliance tests support data. More...

#include <lorawan_data_structures.h>

Data Fields

bool running
 Is test running.
uint8_t state
 State of test.
bool is_tx_confirmed
 Is TX confirmed.
uint8_t app_port
 Port used by the application.
uint8_t app_data_size
 Maximum size of data used by application.
uint8_t * app_data_buffer
 Data provided by application.
uint16_t downlink_counter
 Downlink counter.
bool link_check
 Is link check required.
uint8_t demod_margin
 Demodulation margin.
uint8_t nb_gateways
 Number of gateways.

Detailed Description

LoRaWAN compliance tests support data.

Definition at line 2315 of file lorawan_data_structures.h.


Field Documentation

uint8_t* app_data_buffer

Data provided by application.

Definition at line 2339 of file lorawan_data_structures.h.

uint8_t app_data_size

Maximum size of data used by application.

Definition at line 2335 of file lorawan_data_structures.h.

uint8_t app_port

Port used by the application.

Definition at line 2331 of file lorawan_data_structures.h.

uint8_t demod_margin

Demodulation margin.

Definition at line 2351 of file lorawan_data_structures.h.

uint16_t downlink_counter

Downlink counter.

Definition at line 2343 of file lorawan_data_structures.h.

Is TX confirmed.

Definition at line 2327 of file lorawan_data_structures.h.

bool link_check

Is link check required.

Definition at line 2347 of file lorawan_data_structures.h.

uint8_t nb_gateways

Number of gateways.

Definition at line 2355 of file lorawan_data_structures.h.

bool running

Is test running.

Definition at line 2319 of file lorawan_data_structures.h.

uint8_t state

State of test.

Definition at line 2323 of file lorawan_data_structures.h.