C# Class Magellan, IS4C

Inheritance: CustomForms.DelegateForm
ファイルを表示 Open project: CORE-POS/IS4C Class Usage Examples

Public Methods

Method Description
Magellan ( SerialPortHandler args ) : System
Magellan ( int verbosity ) : System
Main ( string args ) : void
MsgRecv ( string msg ) : void
MsgSend ( string msg ) : void
ShutDown ( ) : void

Private Methods

Method Description
JsonConfig ( ) : List
MonitorSerialPorts ( ) : void
ReadConfig ( ) : List
Status ( ) : string
UdpListen ( ) : void
factorRabbits ( ) : void
getClient ( ) : UdpClient,

Method Details

Magellan() public method

public Magellan ( SerialPortHandler args ) : System
args SPH.SerialPortHandler
return System

Magellan() public method

public Magellan ( int verbosity ) : System
verbosity int
return System

Main() static public method

static public Main ( string args ) : void
args string
return void

MsgRecv() public method

public MsgRecv ( string msg ) : void
msg string
return void

MsgSend() public method

public MsgSend ( string msg ) : void
msg string
return void

ShutDown() public method

public ShutDown ( ) : void
return void