LoRaMAC  4.4.7
Documentation of the API
LoRaMacParser.h
Go to the documentation of this file.
1 
37 #ifndef __LORAMAC_PARSER_H__
38 #define __LORAMAC_PARSER_H__
39 
40 #ifdef __cplusplus
41 extern "C"
42 {
43 #endif
44 
45 #include <stdint.h>
46 #include "LoRaMacMessageTypes.h"
47 
51 typedef enum eLoRaMacParserStatus
52 {
70 
71 
79 
87 
90 #ifdef __cplusplus
91 }
92 #endif
93 
94 #endif // __LORAMAC_PARSER_H__
95 
LORAMAC_PARSER_ERROR
Definition: LoRaMacParser.h:68
LoRaMacMessageTypes.h
LoRa MAC layer message type definitions.
LoRaMacParserData
LoRaMacParserStatus_t LoRaMacParserData(LoRaMacMessageData_t *macMsg)
LORAMAC_PARSER_ERROR_NPE
Definition: LoRaMacParser.h:64
LoRaMacMessageData_t
Definition: LoRaMacMessageTypes.h:213
LoRaMacParserStatus_t
LoRaMacParserStatus_t
Definition: LoRaMacParser.h:51
LORAMAC_PARSER_FAIL
Definition: LoRaMacParser.h:60
LORAMAC_PARSER_SUCCESS
Definition: LoRaMacParser.h:56
LoRaMacParserJoinAccept
LoRaMacParserStatus_t LoRaMacParserJoinAccept(LoRaMacMessageJoinAccept_t *macMsg)
LoRaMacMessageJoinAccept_t
Definition: LoRaMacMessageTypes.h:164