ClientEmbedded Members
The ClientEmbedded type exposes the following members.
Methods
Name | Description | |
---|---|---|
Connect |
Attempts to connect the client to the server using the IP and port provided by the base class.
|
|
Destroy |
Cleans up resources by disconnecting the client if it is not null.
|
|
Initialize |
Initializes the client by setting up the connection timeout and event handlers for various client events.
|
|
IsConnected |
Checks if the client is currently connected.
|
|
Process |
Processes any pending operations such as updating the client state and sending queued messages.
|