QuercusVL Programming Manual
3.37.1. Properties
●
Code
C++:
VLNotificationCode get_Code()
C:
int VL_Notification_get_Code(int h)
Returns the notification code.
In C, the parameter “h” is a handler of the notification (Notification).
●
Unit
C++:
Unit get_Unit()
C:
int VL_Notification_get_Unit(int h)
Returns the unit that generated the notification.
In C, the parameter “h” is a handler of the notification (Notification).
3.38. Configuration Class
Class that gives access to unit's configuration system.
3.38.1. Methods
●
IsValid
C++:
bool IsValid()
C:
Does not exist
Returns true if the object contains valid information about the configuration system,
false otherwise.
●
Login
C++: bool Login ( const char* password )
C:
int VL_Configuration_Login ( int h, const char* password )
Provides access to unit's configuration system. The parameter “password” must indicate
unit's password. Returns true for a successful operation, otherwise returns false.
In C the parameter “h” is a handler of
Configuration.
●
Logout
C++: bool Logout()
Quercus Technologies
82