![]()  | 
  
    LoRaMAC
    4.5.1
    
   Documentation of the API 
   | 
 
LoRa MAC layer message parser functionality implementation. More...
Go to the source code of this file.
LoRa MAC layer message parser functionality implementation.
addtogroup LORAMAC
| LoRaMacParserStatus_t LoRaMacParserJoinAccept | ( | LoRaMacMessageJoinAccept_t * | macMsg | ) | 
Parse a serialized join-accept message and fills the structured object.
| [IN/OUT] | macMsg - Join-accept message object | 
| - | Status of the operation | 
| LoRaMacParserStatus_t LoRaMacParserData | ( | LoRaMacMessageData_t * | macMsg | ) | 
Parse a serialized data message and fills the structured object.
| [IN/OUT] | macMsg - Data message object | 
| - | Status of the operation |