mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
sys/net/loramac: add device class enum
This commit is contained in:
parent
2f4a7e28e9
commit
dd9e75a469
@ -304,6 +304,15 @@ extern "C" {
|
|||||||
* @name LoRaMAC parameters indexes
|
* @name LoRaMAC parameters indexes
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Device class
|
||||||
|
*/
|
||||||
|
typedef enum {
|
||||||
|
LORAMAC_CLASS_A, /**< Class A device */
|
||||||
|
LORAMAC_CLASS_B, /**< Class B device */
|
||||||
|
LORAMAC_CLASS_C, /**< Class C device */
|
||||||
|
} loramac_class_t;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief LoRaMAC network join procedure type
|
* @brief LoRaMAC network join procedure type
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user