1.32 1.31 1.30 1.29 1.28 1.20 Korean English Chinese Czech Dutch French German Hungarian Italian Japanese Polish Portuguese Spanish
1.32 1.31 1.30 1.29 1.28 1.20 Korean English Chinese Czech Dutch French German Hungarian Italian Japanese Polish Portuguese Spanish

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

C++
CONTROL_MODE mode =Drfl.get_control_mode();
cout << mode << endl;