C# 클래스 MissionPlanner.Comms.SerialPort

상속: System.IO.Ports.SerialPort, ICommsSerial
파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

공개 메소드들

메소드 설명
GetNiceName ( string port ) : string
GetPortNames ( ) : string[]
Open ( ) : void
toggleDTR ( ) : void

비공개 메소드들

메소드 설명
CallWithTimeout ( Action action, int timeoutMilliseconds, string data ) : void
FixBlueToothPortNameBug ( string portName ) : string
GetName ( string port ) : void
ispx4 ( string port ) : bool

메소드 상세

GetNiceName() 공개 정적인 메소드

public static GetNiceName ( string port ) : string
port string
리턴 string

GetPortNames() 공개 정적인 메소드

public static GetPortNames ( ) : string[]
리턴 string[]

Open() 공개 메소드

public Open ( ) : void
리턴 void

toggleDTR() 공개 메소드

public toggleDTR ( ) : void
리턴 void