C# 클래스 MissionPlanner.Comms.UdpSerial

상속: CommsBase, ICommsSerial
파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
DiscardInBuffer ( ) : void
Dispose ( ) : void
Open ( ) : void
Read ( byte readto, int offset, int length ) : int
ReadByte ( ) : int
ReadChar ( ) : int
ReadExisting ( ) : string
ReadLine ( ) : string
UdpSerial ( ) : System.Reflection
Write ( byte write, int offset, int length ) : void
Write ( string line ) : void
WriteLine ( string line ) : void
toggleDTR ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
VerifyConnected ( ) : void
frmProgressReporter_DoWork ( object sender, Controls e, object passdata = null ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

DiscardInBuffer() 공개 메소드

public DiscardInBuffer ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Open() 공개 메소드

public Open ( ) : void
리턴 void

Read() 공개 메소드

public Read ( byte readto, int offset, int length ) : int
readto byte
offset int
length int
리턴 int

ReadByte() 공개 메소드

public ReadByte ( ) : int
리턴 int

ReadChar() 공개 메소드

public ReadChar ( ) : int
리턴 int

ReadExisting() 공개 메소드

public ReadExisting ( ) : string
리턴 string

ReadLine() 공개 메소드

public ReadLine ( ) : string
리턴 string

UdpSerial() 공개 메소드

public UdpSerial ( ) : System.Reflection
리턴 System.Reflection

Write() 공개 메소드

public Write ( byte write, int offset, int length ) : void
write byte
offset int
length int
리턴 void

Write() 공개 메소드

public Write ( string line ) : void
line string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string line ) : void
line string
리턴 void

toggleDTR() 공개 메소드

public toggleDTR ( ) : void
리턴 void