QuercusVL Programming Manual
C:
void VL_SystemInformation_get_SerialNumber ( int h, char *buf, int bufLen )
Returns the serial number of the unit. The parameter “buff” is a pointer to a buffer
where the serial number 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.
●
MacAddress
C++: void get_MacAddress ( char *buf, int bufLen )
C:
void VL_SystemInformation_get_MacAddress ( int h, char *buf, int bufLen )
Returns the MAC address of the unit. The parameter “buff” is a pointer to a buffer
where the MAC address 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.
●
BootTime
C++: long get_BootTime()
C:
long VL_SystemInformation_get_BootTime ( int h )
Returns date and time of unit's last boot, 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.
●
HardwareVersion
C++: VersionInformation get_HardwareVersion()
C:
int VL_SystemInformation_get_HardwareVersion ( int h )
Returns an object with the information about the unit hardware version.
In C the parameter “h” is a Configuration handle and returns a VersionInformation
handle.
●
FirmwareVersion
C++: VersionInformation get_FirmwareVersion()
C:
int VL_SystemInformation_get_FirmwareVersion ( int h )
Quercus Technologies
119