Property | Type | Description | |
---|---|---|---|
tcp |
Method | Description | |
---|---|---|
Connect ( string location, int port ) : bool | ||
Disconnect ( ) : void | ||
Recieve ( ) : CharVector | ||
Send ( CharVector data ) : void |
public Connect ( string location, int port ) : bool | ||
location | string | |
port | int | |
return | bool |