Class FastClockDataResponseHandler
- Namespace
- Z21.Core.ResponseHandler.FastClock
- Assembly
- Z21.Client.dll
From Z21 FW version 1.43, reports the current model time (LAN_FAST_CLOCK_DATA, protocol §12.2).
public class FastClockDataResponseHandler : IFastClockDataResponseHandler, IZ21ResponseHandler
- Inheritance
-
FastClockDataResponseHandler
- 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
OnFastClockDataReceived
public event EventHandler<FastClockDataReceivedEventArgs>? OnFastClockDataReceived