IUDPTransport Methods |
[This is preliminary documentation and is subject to change.]
The IUDPTransport type exposes the following members.
| Name | Description | |
|---|---|---|
| AddChannel |
Adds a channel with a specific type
| |
| Connect |
Connects client to server
| |
| DisconnectClient |
Disconnects a client from the server
| |
| DisconnectFromServer |
Disconnects client from the server
| |
| GetCurrentRTT |
Gets the round trip time for a specific client
| |
| GetNetworkTimestamp |
Gets a timestamp to be used for calculating latency
| |
| GetRemoteDelayTimeMS |
Gets a delay in miliseconds based on a timestamp
| |
| GetSettings |
Inits the transport and returns a settings object to be used for listening, connecting and registering channels
| |
| PollReceive |
Polls for incomming events
| |
| QueueMessageForSending |
Queues a message for sending.
| |
| RegisterServerListenSocket |
Starts to listen for incomming clients.
| |
| SendQueue |
Sends queued messages for a specific clientId
| |
| Shutdown |
Shuts down the transport
|