C# 클래스 X13.Periphery.MsDevice.MsGSerial

상속: IMsGate
파일 보기 프로젝트 열기: X13home/X13.Host

공개 메소드들

메소드 설명
AddNode ( MsDevice dev ) : void
Addr2If ( byte addr ) : string
Close ( ) : void
MsGSerial ( SerialPort port ) : System
Open ( ) : void
RemoveNode ( MsDevice dev ) : void
Rescan ( ) : void
SendGw ( MsDevice dev, MsMessage msg ) : void
SendGw ( byte addr, MsMessage msg ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
CommThread ( object o ) : void
Dispose ( ) : void
GetPacket ( SerialPort port, int &length, byte buf, int &cnt, bool &escChar ) : bool
MsGSerial ( ) : System
ScanPorts ( object o, bool b ) : void
SendRaw ( MsGSerial g, MsMessage msg, byte tmp ) : void
SendRaw ( SerialPort port, byte buf, byte tmp ) : void

메소드 상세

AddNode() 공개 메소드

public AddNode ( MsDevice dev ) : void
dev MsDevice
리턴 void

Addr2If() 공개 메소드

public Addr2If ( byte addr ) : string
addr byte
리턴 string

Close() 공개 정적인 메소드

public static Close ( ) : void
리턴 void

MsGSerial() 공개 메소드

public MsGSerial ( SerialPort port ) : System
port System.IO.Ports.SerialPort
리턴 System

Open() 공개 정적인 메소드

public static Open ( ) : void
리턴 void

RemoveNode() 공개 메소드

public RemoveNode ( MsDevice dev ) : void
dev MsDevice
리턴 void

Rescan() 공개 정적인 메소드

public static Rescan ( ) : void
리턴 void

SendGw() 공개 메소드

public SendGw ( MsDevice dev, MsMessage msg ) : void
dev MsDevice
msg MsMessage
리턴 void

SendGw() 공개 메소드

public SendGw ( byte addr, MsMessage msg ) : void
addr byte
msg MsMessage
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void