|
Arduino LMIC 6.0.1
Arduino LoRaWAN(r) MAC in C
|
details of lmic_class_c_requests_t More...
#include <lmic.h>
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. | |
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.