com.onlineobject.objectnet Namespace

ClientEmbedded Members

The ClientEmbedded type exposes the following members.

Constructors


  Name Description
Public method ClientEmbedded()()()()
Default constructor for ClientEmbedded.

Methods


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