quercus SmartLoop TS Programming Manual page 84

Table of Contents

Advertisement

QuercusVL Programming Manual
operation, otherwise returns false.
In C the parameter "h" is a handler of Configuration.
UpdateFirmware
C++: bool UpdateFirmware ( const char* fileName )
C:
int VL_Configuration_UpdateFirmware ( int h, const char* fileName )
Updates unit's firmware using firmware file indicated in "fileName" . The file must have
been previously uploaded to the root of unit's ftp server. Returns true for a successful
operation, otherwise returns false.
In C the parameter "h" is a handler of Configuration.
RestoreFirmware
C++: bool RestoreFirmware ( )
C:
int VL_Configuration_RestoreFirmware ( int h )
Restore unit's original firmware. Returns true for a successful operation, otherwise
returns false.
In C the parameter "h" is a handler of Configuration.
ExportLog
C++: bool ExportLog ( VLLogSystem logType, const char* fileName )
C:
int VL_Configuration_ExportLog ( int h, int logType, const char* fileName )
Exports log file type specified in "logType" (see 3.60. VLLogSystem Type) and saves it
at the root of unit's ftp server named as
operation, otherwise returns false.
In C the parameter "h" is a handler of Configuration.
GetSystemInformation
C++: SystemInformation GetSystemInformation()
C:
int VL_Configuration_GetSystemInformation (int h )
Returns a SystemInformation object containing information of the unit.
In C the parameter "h" is a handler of Configuration. Returns a handler of
SystemInformation.
Quercus Technologies
"fileName". Returns true for a successful
84

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SmartLoop TS and is the answer not in the manual?

This manual is also suitable for:

Birdwatch red lightSmartloop ts plus

Table of Contents