Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
Usage ( ) : void |
public static ClientTest ( string modbusAddress, int port, bool debug ) : int | ||
modbusAddress | string | |
port | int | |
debug | bool | |
Результат | int |
public static Main ( string args ) : void | ||
args | string | |
Результат | void |
public static ServerTest ( string listenAddress, int port, bool debug ) : int | ||
listenAddress | string | |
port | int | |
debug | bool | |
Результат | int |
public static ServerTestMulti ( string listenAddress, int port, bool debug ) : int | ||
listenAddress | string | |
port | int | |
debug | bool | |
Результат | int |