ISystemTime Interface |
Namespace: Demo3D.Net.Protocols
public interface ISystemTime
The ISystemTime type exposes the following members.
| Name | Description | |
|---|---|---|
| GrandMaster |
Clock information for the currently synchronized grandmaster clock.
| |
| IsSynchronized |
True if the clocks are synchronized.
| |
| OffsetFromMaster |
The coarse number of nanoseconds offset between our local reference clock and system time.
| |
| Parent |
Clock information for the currently synchronized parent clock.
| |
| SystemTimeMicroseconds |
Device time in microseconds (ticks since 1/1/1970 adjusted for leap seconds). Time may go backwards.
| |
| SystemTimeNanoseconds |
Device time in nanoseconds (ticks since 1/1/1970 adjusted for leap seconds). Time may go backwards.
|
| Name | Description | |
|---|---|---|
| RealTimeQPCToDeviceTimeNanoseconds |
Returns the device time (in system time nanoseconds) at a specified local real time.
|
| Name | Description | |
|---|---|---|
| OnClockChanged |
Raised when the grandmaster or parent clock changes.
| |
| OnSynchronizedChanged |
Raised when the clock's synchronization changes.
|