C# 클래스 SimTelemetry.Peripherals.Device

상속: IDevice
파일 보기 프로젝트 열기: nlhans/SimTelemetry 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SP System.IO.Ports.SerialPort

공개 메소드들

메소드 설명
Device ( string name, int com, int baud ) : System
TX ( SimTelemetry.Objects.Peripherals.DevicePacket packet ) : void

비공개 메소드들

메소드 설명
SP_DataReceived ( object sender, System.IO.Ports.SerialDataReceivedEventArgs e ) : void
TX_Sync ( SimTelemetry.Objects.Peripherals.DevicePacket devicePacket ) : void
TX_Timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

메소드 상세

Device() 공개 메소드

public Device ( string name, int com, int baud ) : System
name string
com int
baud int
리턴 System

TX() 공개 메소드

public TX ( SimTelemetry.Objects.Peripherals.DevicePacket packet ) : void
packet SimTelemetry.Objects.Peripherals.DevicePacket
리턴 void

프로퍼티 상세

SP 공개적으로 프로퍼티

public SerialPort,System.IO.Ports SP
리턴 System.IO.Ports.SerialPort