C# 클래스 Magellan, IS4C

상속: CustomForms.DelegateForm
파일 보기 프로젝트 열기: CORE-POS/IS4C 1 사용 예제들

공개 메소드들

메소드 설명
Magellan ( SerialPortHandler args ) : System
Magellan ( int verbosity ) : System
Main ( string args ) : void
MsgRecv ( string msg ) : void
MsgSend ( string msg ) : void
ShutDown ( ) : void

비공개 메소드들

메소드 설명
JsonConfig ( ) : List
MonitorSerialPorts ( ) : void
ReadConfig ( ) : List
Status ( ) : string
UdpListen ( ) : void
factorRabbits ( ) : void
getClient ( ) : UdpClient,

메소드 상세

Magellan() 공개 메소드

public Magellan ( SerialPortHandler args ) : System
args SPH.SerialPortHandler
리턴 System

Magellan() 공개 메소드

public Magellan ( int verbosity ) : System
verbosity int
리턴 System

Main() 정적인 공개 메소드

static public Main ( string args ) : void
args string
리턴 void

MsgRecv() 공개 메소드

public MsgRecv ( string msg ) : void
msg string
리턴 void

MsgSend() 공개 메소드

public MsgSend ( string msg ) : void
msg string
리턴 void

ShutDown() 공개 메소드

public ShutDown ( ) : void
리턴 void