Table of Contents

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

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

OnFastClockDataReceived

public event EventHandler<FastClockDataReceivedEventArgs>? OnFastClockDataReceived

Event Type

EventHandler<FastClockDataReceivedEventArgs>