C# Class solo.Solo

Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static Ping ( string ip ) : bool
ip string
Résultat bool

flash() public static méthode

public static flash ( string firmware_file, string firmware_md5, bool clean = false ) : void
firmware_file string
firmware_md5 string
clean bool
Résultat void

flash_px4() public static méthode

public static flash_px4 ( string firmware_file ) : void
firmware_file string
Résultat void

getFirmwareUrl() public static méthode

public static getFirmwareUrl ( ) : Task
Résultat Task