Table of Contents

Class FastClockSettingsResponseHandler

Namespace
Z21.Core.ResponseHandler.FastClock
Assembly
Z21.Client.dll

Reports the persistent fast-clock settings (LAN_FAST_CLOCK_SETTINGS_GET reply, protocol §12.3).

public class FastClockSettingsResponseHandler : IFastClockSettingsResponseHandler, IZ21ResponseHandler
Inheritance
FastClockSettingsResponseHandler
Implements
Inherited Members

Properties

Name

Human-readable command according to the specification.

public string Name { get; }

Property Value

string

Methods

CanHandle(byte[])

Returns true if this response handler can handle the response. False otherwise.

public bool CanHandle(byte[] response)

Parameters

response byte[]

Returns

bool

Handle(byte[])

public void Handle(byte[] response)

Parameters

response byte[]

Events

OnFastClockSettingsReceived

public event EventHandler<FastClockSettingsReceivedEventArgs>? OnFastClockSettingsReceived

Event Type

EventHandler<FastClockSettingsReceivedEventArgs>