User's Manual

coldchain_export_humiture_data
Syntax:
Windows
public int coldchain_export_humiture_data(Sensor_data OD_data, string
FilePath)
Description:
Export temperature and humidity data to csv.
Parameters:
OD_data [in]
Pointer to the node object handle that is the returned by coldchain_get_sensor_data().
FilePath [in]
Save file location.
Returns:
MRM_ERR_NO_ERROR - On success.
Otherwise see the error code list.
Remark:
Save file to .csv format.