QuercusVL Programming Manual
Returns the status of incidence generation.
In C, the parameter “h” is a handler of ConfigurationDetector.
C++: void put_AreIncidencesEnabled ( bool value )
C:
void VL_ConfigurationDetector_put_AreIncidencesEnabled ( int h, int n )
True to enable the generation of incidences in the detector; false otherwise.
In C, the parameter “h” is a handler of ConfigurationDetector.
●
AreSummariesEnabled
Shows if the detector has the generation of summaries enabled. If disabled, no
summary will be generated in the detector.
C++: bool get_AreSummariesEnabled ( )
C:
int VL_ConfigurationDetector_get_AreSummariesEnabled( int h )
Returns the status of summaries generation.
In C, the parameter “h” is a handler of ConfigurationDetector.
C++: void put_AreSummariesEnabled ( bool value )
C:
void VL_ConfigurationDetector_put_AreSummariesEnabled ( int h, int n )
True to enable the generation of summaries in the detector; false otherwise.
In C, the parameter “h” is a handler of ConfigurationDetector.
●
SendRealTimeInformation
Shows if real time information sending is enabled. If disabled, the unit will not inform
the central system about events of this detector.
C++: bool get_SendRealTimeInformation ( )
C:
int VL_ConfigurationDetector_get_SendRealTimeInformation( int h )
Returns the status of real time information sending.
In C, the parameter “h” is a handler of ConfigurationDetector.
C++: void put_SendRealTimeInformation ( bool value )
Quercus Technologies
95