Class FastClockSettingsData
The persistent fast-clock settings (LAN_FAST_CLOCK_SETTINGS_GET reply, protocol §12.3).
public record FastClockSettingsData : IEquatable<FastClockSettingsData>
- Inheritance
-
FastClockSettingsData
- Implements
- Inherited Members
Constructors
FastClockSettingsData(FastClockSettings, byte, byte, byte)
The persistent fast-clock settings (LAN_FAST_CLOCK_SETTINGS_GET reply, protocol §12.3).
public FastClockSettingsData(FastClockSettings Settings, byte Rate, byte StartDayHour, byte StartMinute)
Parameters
SettingsFastClockSettingsRatebyteStartDayHourbyteStartMinutebyte
Properties
Rate
public byte Rate { get; init; }
Property Value
Settings
public FastClockSettings Settings { get; init; }
Property Value
StartDayHour
public byte StartDayHour { get; init; }
Property Value
StartMinute
public byte StartMinute { get; init; }