The TimelineClient type exposes the following members.

Methods

  NameDescription
Public methodStatic memberConnect
Connect to the timeline server
Public methodStatic memberDisconnect
Disconnect from the timeline server
Public methodStatic memberStart
Start timeline client - starts separate thread that processes incoming messages
Public methodStatic memberStep
Increments the current time Triggers events for connection and disconnection
Public methodStatic memberStop
Stops net client

Properties

  NameDescription
Public propertyStatic memberIndex
Unique index for the timeline client - assigned by the timeline synchronizer when connecting
Public propertyStatic memberIsConnected
Status of the network connection
Public propertyStatic memberIsStarted
Status of the network client
Public propertyStatic memberNow
Current time measured in seconds since the timeline manager started
Public propertyStatic memberRTT
Round trip time in seconds between the client and the timeline synchronizer

Events

  NameDescription
Public eventStatic memberConnected
Triggered when the client successfully connects to the timeline synchronizer
Public eventStatic memberDisconnected
Triggered when the client disconnects from the timeline synchronizer

See Also