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
Need help?
Do you have a question about the SmartLoop TS and is the answer not in the manual?