QuercusVL Programming Manual
●
Item
C++:
Unit Item ( int item )
C:
Does not exist, check VL_System_get_Unit_Item ( ) from System.
Returns the unit located at the specified position inside the units collection. The position
of each unit within the system corresponds to the index defined in the system
initialization file.
if the indicated Unit does not exist, returns an invalid unit (see IsValid from Unit class).
The parameter “item” must specify the position (starting from zero).
●
Id
C++:
Unit Id ( int id )
C:
Does not exist, check VL_System_get_Units_Id ( ) from System.
Returns the unit with identifier “id”, specified inside the units collection.
If there is no unit with such identifier, returns an invalid unit (see IsValid from Unit
class)
3.6. Unit Class
Represents one unit.
3.6.1. Properties
●
Id
C++:
int get_Id ( )
C:
int VL_Unit_get_Id (int h)
Unique unit identifier.
In C, the parameter “h” is a handler of the unit (Unit).
●
Ip
C++:
void get_IpAddress ( char *buffer, int bufLen )
C:
void VL_Unit_get_IpAddress ( int h, char *buffer, int bufLen )
Returns the Ip address of the unit.
In C, the parameter “h” is a handler of the unit (Unit).
●
Status
Quercus Technologies
31