MissionPlanner.Script.ChangeMode C# (CSharp) Method

ChangeMode() public method

public ChangeMode ( string mode ) : bool
mode string
return bool
        public bool ChangeMode(string mode)
        {
            MainV2.comPort.setMode(mode);
            return true;
        }