QuercusVL Programming Manual
C:
int VL_Configuration_Logout ( int h )
Exits unit's configuration system. Returns true for a successful operation, otherwise
returns false.
In C the parameter “h” is a handler of
Configuration.
●
IsLoggedIn
C++: bool IsLoggedIn()
C:
int VL_Configuration_IsLoggedIn ( int h )
Checks if currently there is access to unit's configuration system. Returns true for a
successful operation, otherwise returns false.
In C the parameter “h” is a handler of
Configuration.
●
ChangePassword
C++: bool ChangePassword ( const char* newPassword )
C:
int VL_Configuration_ChangePassword ( int h, const char* newPassword )
Changes the password of the unit. The change will be effective when changes are
applied. “newPassword” must be a text string ending with “\0”. Returns true for a
successful operation, otherwise returns false.
In C the parameter “h” is a handler of
Configuration.
●
SyncTime
C++: bool SyncTime ( )
C:
int VL_Configuration_SyncTime ( int h )
Synchronizes date and time using protocol and server specified in configuration.
Returns true for a successful operation, otherwise returns false.
In C the parameter “h” is a handler of
Configuration.
●
SetTime
C++: bool SetTime ( long dateTime )
C:
int VL_Configuration_SetTime ( int h, long dateTime )
Sets date and time indicated in “dateTime”. This date and time must be specified as the
number of seconds since January 1
st
of 1970 at 00:00 h. Returns true for a successful
Quercus Technologies
83