C# Class Magellan, IS4C

Inheritance: CustomForms.DelegateForm
Afficher le fichier Open project: CORE-POS/IS4C Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

Magellan() public méthode

public Magellan ( SerialPortHandler args ) : System
args SPH.SerialPortHandler
Résultat System

Magellan() public méthode

public Magellan ( int verbosity ) : System
verbosity int
Résultat System

Main() static public méthode

static public Main ( string args ) : void
args string
Résultat void

MsgRecv() public méthode

public MsgRecv ( string msg ) : void
msg string
Résultat void

MsgSend() public méthode

public MsgSend ( string msg ) : void
msg string
Résultat void

ShutDown() public méthode

public ShutDown ( ) : void
Résultat void