Class FastClockDataReceivedEventArgs
Carries the current model time (LAN_FAST_CLOCK_DATA).
public class FastClockDataReceivedEventArgs : EventArgs
- Inheritance
-
FastClockDataReceivedEventArgs
- Inherited Members
Constructors
FastClockDataReceivedEventArgs(FastClockData)
Carries the current model time (LAN_FAST_CLOCK_DATA).
public FastClockDataReceivedEventArgs(FastClockData data)
Parameters
dataFastClockData
Properties
Data
public FastClockData Data { get; }