Arduino LMIC 6.0.1
Arduino LoRaWAN(r) MAC in C
Loading...
Searching...
No Matches
lmic_class_c_requests_u Union Reference

details of lmic_class_c_requests_t More...

#include <lmic.h>

Collaboration diagram for lmic_class_c_requests_u:

Data Structures

struct  lmic_class_c_requests_s
 the Class C request flags More...

Data Fields

struct lmic_class_c_requests_u::lmic_class_c_requests_s f
 access the Class C request flags individually.
unsigned mask
 view all the flags as a word so we can reset them easily.

Detailed Description

details of lmic_class_c_requests_t

Two views are provided: the mask field, which can be used for mass initialization; and the various bits in the f field, which are used for normal computations.

See also
lmic_class_c_requests_t

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