Gocator API

◆ GoSensor_DownloadFile()

kStatus GoSensor_DownloadFile ( GoSensor  sensor,
const kChar sourceName,
const kChar destPath 
)

Downloads a file from the connected sensor.

The following is a list of macros representing common files used in this operation:

  • GO_SENSOR_LIVE_JOB - Represents "_live.job".
  • GO_SENSOR_LIVE_REPLAY - Represents the recording file, "_live.rec".

File names of saved jobs may also be specified.

Version
Introduced in firmware 4.0.10.27
Parameters
sensorGoSensor object.
sourceNameSource name of the file to be downloaded.
destPathDestination file system path for the file to be downloaded.
Returns
Operation status.