|
Gocator API
|
| kStatus GoControl_WriteFile | ( | GoControl | control, |
| const kChar * | fileName, | ||
| const kByte * | data, | ||
| kSize | size | ||
| ) |
Writes a file to the connected sensor.
| control | GoControl object. |
| fileName | Name of remote file to be written. |
| data | Pointer to buffer containing the file data. |
| size | Size of the file. |