Class FastClockSettingsReceivedEventArgs
Carries the persistent fast-clock settings (LAN_FAST_CLOCK_SETTINGS_GET reply).
public class FastClockSettingsReceivedEventArgs : EventArgs
- Inheritance
-
FastClockSettingsReceivedEventArgs
- Inherited Members
Constructors
FastClockSettingsReceivedEventArgs(FastClockSettingsData)
Carries the persistent fast-clock settings (LAN_FAST_CLOCK_SETTINGS_GET reply).
public FastClockSettingsReceivedEventArgs(FastClockSettingsData settings)
Parameters
settingsFastClockSettingsData
Properties
Settings
public FastClockSettingsData Settings { get; }