Метод | Описание | |
---|---|---|
ClientHandler ( object ob ) : void |
Client handler procedure.
|
|
ClientSocket ( string host, int port, string password ) : System |
Initializes a new instance of the Alaris.Core.ClientListener class.
|
|
Dispose ( ) : void | ||
SendPacketToSCS ( SchumixPacket packet ) : void |
Sends the packet to SCS.
|
|
Socket ( ) : void |
Start listening.
|
public ClientHandler ( object ob ) : void | ||
ob | object | /// The object passed with ParameterizedThreadStart (a TcpClient) /// |
Результат | void |
public ClientSocket ( string host, int port, string password ) : System | ||
host | string | |
port | int | /// Port to listen on. /// |
password | string | |
Результат | System |
public static SendPacketToSCS ( SchumixPacket packet ) : void | ||
packet | SchumixPacket | /// Packet. /// |
Результат | void |