QuercusVL Programming Manual
Imports configuration file specified 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.
●
ExportConfiguration
C++: bool ExportConfiguration ( const char* fileName )
C:
int VL_Configuration_ExportConfiguration ( int h, const char* fileName )
Exports configuration to file specified in “fileName” and saves it at 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.
●
NewPresenceDetector
C++: ConfigurationPresenceDetector NewPresenceDetector()
C:
int VL_Configuration_New_PresenceDetector( int h )
Creates a new presence detector (default values).
To add a new presence detector to the unit, this function must be used, to later on
modify the named detector and add it to the system with the function ApplyDetector of
Configuration class.
In C the parameter “h” is a handler of
Configuration.
●
NewQueueDetector
C++: ConfigurationQueueDetector NewQueueDetector()
C:
int VL_Configuration_New_QueueDetector( int h )
Creates a new queue detector (default values).
To add a new queue detector to the unit, this function must be used, to later on modify
the named detector and add it to the system with the function ApplyDetector of
Configuration class.
In C the parameter “h” is a handler of
Configuration.
●
NewSpeedDetector
C++: ConfigurationSpeedDetector NewSpeedDetector()
C:
int VL_Configuration_New_SpeedDetector( int h )
Quercus Technologies
87