The Janus type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ConnectToServer |
Connects to message passer without creating any time line objects
| |
| CurrentFrozenTimeMillis |
If the clock is frozen, returns the time at which is was frozen, otherwise
returns the current time. All times are adjusted for the offset from the server
| |
| CurrentTimeMillis |
Calculates current time in milliseconds adjusted for the offset from the server
| |
| ElapsedMS |
Calculates elapsed ms between successive calls to StartUpdate
| |
| EndUpdate |
UnFreezes clock so that relative time updates
| |
| Freeze |
Freezes clock so that relative time does not change
| |
| StartUpdate |
Freezes clock at start of update method
Stores time between updates
| |
| UnFreeze |
UnFreezes clock so that relative time updates
|
Properties
| Name | Description | |
|---|---|---|
| ClientNumber |
Client number as set by message passer
| |
| Connected |
Indicates whether or not we have successfully connected to the network
| |
| DefaultSendMS |
Default time in milliseconds between sending messages.
|