QuercusVL Programming Manual
Item
●
C++:
C:
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++:
C:
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++:
C:
Unique unit identifier.
In C, the parameter "h" is a handler of the unit (Unit).
Ip
●
C++:
C:
Returns the Ip address of the unit.
In C, the parameter "h" is a handler of the unit (Unit).
Status
●
Quercus Technologies
Unit Item ( int item )
Does not exist, check VL_System_get_Unit_Item ( ) from System.
Unit Id ( int id )
Does not exist, check VL_System_get_Units_Id ( ) from System.
int get_Id ( )
int VL_Unit_get_Id (int h)
void get_IpAddress ( char *buffer, int bufLen )
void VL_Unit_get_IpAddress ( int h, char *buffer, int bufLen )
31
Need help?
Do you have a question about the SmartLoop TS and is the answer not in the manual?