#include <lorawan.h>
◆ cb
Callback function to run on downlink data. 
- Note
 - Callbacks are run on the system workqueue, and should therefore be as short as possible.
 
- Parameters
 - 
  
    | port | Port message was sent on  | 
    | data_pending | Network server has more downlink packets pending  | 
    | rssi | Received signal strength in dBm  | 
    | snr | Signal to Noise ratio in dBm  | 
    | len | Length of data received, will be 0 for ACKs  | 
    | data | Data received, will be NULL for ACKs  | 
  
   
 
 
◆ node
◆ port
The documentation for this struct was generated from the following file: