QuercusVL Programming Manual
In C the parameter “h” is a handler of ConfigurationDetector.
C++: void put_Radius ( int value )
C:
void VL_ConfigurationLight_put_Radius ( int h, int n )
Modifies the radius of the light.
In C the parameter “h” is a handler of ConfigurationDetector.
3.50.2.
Methods
●
IsValid
C++: bool IsValid()
C:
Does not exist.
Returns true if the object contains valid information, false otherwise.
3.51. SystemInformation class
3.51.1. Properties
●
Name
C++: void get_Name ( char *buf, int bufLen )
C:
void VL_SystemInformation_get_Name ( int h, char *buf, int bufLen )
Returns the product name. 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 Configuration.
●
ProductionDate
C++: long get_ProductionDate()
C:
long VL_SystemInformation_get_ProductionDate ( int h )
Returns the production date of the unit, in number of seconds since 00:00 hours of 1
st
of January in 1970.
In C the parameter “h” is a handler of Configuration.
●
SerialNumber
C++: void get_SerialNumber ( char *buf, int bufLen )
Quercus Technologies
118