Skip to content
Snippets Groups Projects
Commit dd9e75a4 authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

sys/net/loramac: add device class enum

parent 2f4a7e28
No related branches found
No related tags found
No related merge requests found
...@@ -304,6 +304,15 @@ extern "C" { ...@@ -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
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment