MissionPlanner.Script.mavlink_connection C# (CSharp) Method

mavlink_connection() public method

public mavlink_connection ( string device, int baud = 115200, int source_system = 255, bool write = false, bool append = false, bool robust_parsing = true, bool notimestamps = false, bool input = true ) : object
device string
baud int
source_system int
write bool
append bool
robust_parsing bool
notimestamps bool
input bool
return object
        public object mavlink_connection(string device, int baud = 115200, int source_system = 255,
            bool write = false, bool append = false,
            bool robust_parsing = true, bool notimestamps = false, bool input = true)
        {
            return null;
        }