User's Manual

coldchain_gateway_start_receive_lora_data
Syntax:
CallBack Function
public delegate void ReceiveLoRaCallBack(Sensor_LoRa_data data);
Windows
public int
coldchain_gateway_start_receive_lora_data(ReceiveLoRaCallBack cb)
Description:
When the event is triggered, the ReceiveLoRaCallBack() callback of registered handler
instance will be triggered.
Parameters:
cb [in]
Pointer to a user defined callback function.
data[out]
Please refer to Sensor_LoRa_data Structure.
Returns:
MRM_ERR_NO_ERROR - On success.
Otherwise see the error code list.
Remark:
None