com.onlineobject.objectnet Namespace

EmbeddedUdpClient Members

The EmbeddedUdpClient type exposes the following members.

Constructors


  Name Description
Public method EmbeddedUdpClient
Initializes the transport.

Methods


  Name Description
Public method Connect
Starts the transport and attempts to connect to the given host address.
Public method Disconnect
Closes the connection to the server.

Events


  Name Description
Public event Connected
Invoked when a connection is established at the transport level.
Public event ConnectionFailed
Invoked when a connection attempt fails at the transport level.
Public event DataReceived