C# Class solo.Solo

Show file Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Methods

Method Description
Ping ( string ip ) : bool
flash ( string firmware_file, string firmware_md5, bool clean = false ) : void
flash_px4 ( string firmware_file ) : void
getFirmwareUrl ( ) : Task

Method Details

Ping() public static method

public static Ping ( string ip ) : bool
ip string
return bool

flash() public static method

public static flash ( string firmware_file, string firmware_md5, bool clean = false ) : void
firmware_file string
firmware_md5 string
clean bool
return void

flash_px4() public static method

public static flash_px4 ( string firmware_file ) : void
firmware_file string
return void

getFirmwareUrl() public static method

public static getFirmwareUrl ( ) : Task
return Task