Table of Contents

Class FastClockSettingsData

Namespace
Z21.Core.Model
Assembly
Z21.Client.dll

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

Settings FastClockSettings
Rate byte
StartDayHour byte
StartMinute byte

Properties

Rate

public byte Rate { get; init; }

Property Value

byte

Settings

public FastClockSettings Settings { get; init; }

Property Value

FastClockSettings

StartDayHour

public byte StartDayHour { get; init; }

Property Value

byte

StartMinute

public byte StartMinute { get; init; }

Property Value

byte