QuercusVL Programming Manual
Returns an object with the information about the firmware version installed on the unit.
In C the parameter “h” is a Configuration handle and returns a VersionInformation
handle.
3.51.2. Methods
●
IsValid
C++: bool IsValid()
C:
Does not exist.
Returns true if the object contains valid information, false otherwise.
3.52. SettingsEntry class
Describes the properties of an entry in the list of configuration variables.
3.52.1. Properties
●
Name
C++: void get_Name ( char *buf, int bufLen )
C:
void VL_SettingEntry_get_Name ( int h, char *buf, int bufLen )
Returns the name of the variable. The parameter “buff” is a pointer to a buffer where
the name 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.
●
Value
C++: void get_Value ( char *buf, int bufLen )
C:
void VL_SettingEntry_get_Value ( int h, char *buf, int bufLen )
Returns the current value of the variable. The parameter “buff” is a pointer to a buffer
where the value 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.
●
Description
C++: void get_Description ( int langId, char *buf, int bufLen )
C:
void VL_SettingEntry_get_Description ( int h, int langId, char *buf,
Quercus Technologies
120