QuercusVL Programming Manual
int bufLen )
Returns the description of the variable in desired language, specified at “langId” (1 to
default language and 2 to user configured language). The parameter “buff” is a pointer
to a buffer where the description will be written, and the “buffLen” parameter must
specifiy the maximum buffer size in bytes.
In C the parameter “h” is a handler of SettingsEntry.
3.52.2. Methods
●
IsValid
C++: bool IsValid()
C:
Does not exist.
Returns true if the object contains valid information, false otherwise.
●
AddRef
C++:
Does not exist.
C:
void VL_SettingEntry_AddRef ( int h )
See 2.2.1. Memory management.
●
Release
C++:
No existe
C:
void VL_SettingEntry_Release ( int h )
See 2.2.1. Memory management.
3.53. VLDetectorType Type
Specifies the type of detector.
●
DT_ALL=0
Any type detector.
●
DT_SPEED=1
Speed detector.
●
DT_QUEUE=2
Queue detector.
●
DT_PRESENCE=3
Presence detector.
●
DT_RED_LIGHT=4
Red light detector.
●
DT_STOPPED_CAR=5
Stopped car detector;
Quercus Technologies
121