RUI3 (RAK Unified Interface 3) - RAK4631
service_mode.h
Go to the documentation of this file.
1 
9 #ifndef __SERVICE_MODE_H__
10 #define __SERVICE_MODE_H__
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 #include <stdint.h>
17 #include <stdbool.h>
18 
19 typedef enum _SERVICE_MODE_TYPE
20 {
22 #ifdef SUPPORT_BINARY
23  SERVICE_MODE_TYPE_PROTOCOL,
24 #endif
25 #ifdef SUPPORT_LORA
26 #ifdef SUPPORT_PASSTHRU
27  SERVICE_MODE_TYPE_TRANSPARENT,
28 #endif
29 #endif
32 
33 #ifdef __cplusplus
34 }
35 #endif
36 
37 #endif // __SERVICE_MODE_H__
38 
_SERVICE_MODE_TYPE
Definition: service_mode.h:19
enum _SERVICE_MODE_TYPE SERVICE_MODE_TYPE
Definition: service_mode.h:30
Definition: service_mode.h:21