Gocator API
 All Classes Files Functions Variables Typedefs Macros Modules Pages
kStatus GoControl_ReadFile ( GoControl  control,
const kChar fileName,
kByte **  data,
kSize size,
kAlloc  allocator 
)

Reads a file from the connected sensor.

Version
Introduced in firmware 4.0.10.27
Parameters
controlGoControl object.
fileNameName of remote file to be read.
dataReceives a pointer to a buffer containing the file data.
sizeReceives the size of the allocated buffer.
allocatorMemory allocator, used to allocate the file buffer (or kNULL for default).
Returns
Operation status.