C# 클래스 solo.Solo

파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

공개 메소드들

메소드 설명
Ping ( string ip ) : bool
flash ( string firmware_file, string firmware_md5, bool clean = false ) : void
flash_px4 ( string firmware_file ) : void
getFirmwareUrl ( ) : Task

메소드 상세

Ping() 공개 정적인 메소드

public static Ping ( string ip ) : bool
ip string
리턴 bool

flash() 공개 정적인 메소드

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

flash_px4() 공개 정적인 메소드

public static flash_px4 ( string firmware_file ) : void
firmware_file string
리턴 void

getFirmwareUrl() 공개 정적인 메소드

public static getFirmwareUrl ( ) : Task
리턴 Task