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
Methods
CanHandle(byte[])
Returns true if this response handler can handle the response. False otherwise.
public bool CanHandle(byte[] response)
Parameters
responsebyte[]
Returns
Handle(byte[])
public void Handle(byte[] response)
Parameters
responsebyte[]
Events
OnFastClockSettingsReceived
public event EventHandler<FastClockSettingsReceivedEventArgs>? OnFastClockSettingsReceived