C# Class modbussharp.MainClass

Afficher le fichier Open project: mk8/modbus-sharp

Méthodes publiques

Méthode Description
ClientTest ( string modbusAddress, int port, bool debug ) : int
Main ( string args ) : void
ServerTest ( string listenAddress, int port, bool debug ) : int
ServerTestMulti ( string listenAddress, int port, bool debug ) : int

Private Methods

Méthode Description
Usage ( ) : void

Method Details

ClientTest() public static méthode

public static ClientTest ( string modbusAddress, int port, bool debug ) : int
modbusAddress string
port int
debug bool
Résultat int

Main() public static méthode

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

ServerTest() public static méthode

public static ServerTest ( string listenAddress, int port, bool debug ) : int
listenAddress string
port int
debug bool
Résultat int

ServerTestMulti() public static méthode

public static ServerTestMulti ( string listenAddress, int port, bool debug ) : int
listenAddress string
port int
debug bool
Résultat int