Go to the source code of this file.
◆ lorawan_uplink_cb_t
Defines the emulator uplink callback handler function signature.
- Parameters
-
port | LoRaWAN port |
len | Payload data length |
data | Pointer to the payload data |
◆ lorawan_emul_register_uplink_callback()
Register callback for emulated uplink messages.
- Parameters
-
cb | Pointer to the uplink callback handler function |
◆ lorawan_emul_send_downlink()
Emulate LoRaWAN downlink message.
- 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 |