|
Method |
Description |
|
Queries if there are incoming data from server side and returns the number of byte available for read after connecting to a server. | |
|
Connects to a TCP server. | |
|
Connects to a TCP server. | |
|
Queries if this client object has been connected to a TCP server. | |
|
flush is not currrently supported. | |
|
Constructs a LTcpClient object which can be used to connect to the remote TCP server. | |
|
Reads the data sent from the server side and returns one single byte if there is no parameter given. If the buffer and buffer size are given, store the data in the buffer passed in. | |
|
Reads the data sent from the server side and returns one single byte if there is no parameter given. If the buffer and buffer size are given, store the data in the buffer passed in. | |
|
Disconnects from the connected TCP server. | |
|
Writes data to server after connected to one. | |
|
Writes data to server after connected to one. |
|
Operator |
Description |