The TimelineClient type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Connect |
Connect to the timeline server
| |
| Disconnect |
Disconnect from the timeline server
| |
| Start |
Start timeline client - starts separate thread that processes incoming messages
| |
| Step |
Increments the current time
Triggers events for connection and disconnection
| |
| Stop |
Stops net client
|
Properties
| Name | Description | |
|---|---|---|
| Index |
Unique index for the timeline client - assigned by the timeline synchronizer when connecting
| |
| IsConnected |
Status of the network connection
| |
| IsStarted |
Status of the network client
| |
| Now |
Current time measured in seconds since the timeline manager started
| |
| RTT |
Round trip time in seconds between the client and the timeline synchronizer
|
Events
| Name | Description | |
|---|---|---|
| Connected |
Triggered when the client successfully connects to the timeline synchronizer
| |
| Disconnected |
Triggered when the client disconnects from the timeline synchronizer
|