Property | Type | Description | |
---|---|---|---|
_Buffer | string | ||
_Callback | AsyncCallback | ||
_Result | IAsyncResult | ||
_TCPSocket | Socket |
Method | Description | |
---|---|---|
Connect ( string address, int port ) : |
||
Disconnect ( ) : void | ||
SendData ( byte data ) : void | ||
SendLine ( string message ) : void | ||
TCPPipe ( ) : System |
Method | Description | |
---|---|---|
OnDataReceived ( IAsyncResult asyn ) : void | ||
ReceiveData ( string data ) : void | ||
WaitForData ( ) : void |
public Connect ( string address, int port ) : |
||
address | string | |
port | int | |
return |
protected OnDataReceived ( IAsyncResult asyn ) : void | ||
asyn | IAsyncResult | |
return | void |