EmbeddedTcpClient Members
The EmbeddedTcpClient type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Connect |
Starts the transport and attempts to connect to the given host address.
|
|
|
Disconnect |
Closes the connection to the server.
|
|
|
Poll |
Initiates handling of any received messages.
|
Events
| Name | Description | |
|---|---|---|
|
|
Connected |
Invoked when a connection is established at the transport level.
|
|
|
ConnectionFailed |
Invoked when a connection attempt fails at the transport level.
|
|
|
DataReceived |
Invoked when data is received by the transport.
|

