CDRFLEx.get_control_mode
Features
This is a function for checking the current control space.
Parameter
None
Return
Value | Description |
---|---|
CONTROL_MODE | Refer to the Definition of Constant and Enumeration Type |
Example
CONTROL_MODE mode =Drfl.get_control_mode();
cout << mode << endl;