Table of Contents

Class HardwareInfoResponseHandler

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

Reads the hardware type and the firmware version of the Z21 when requested via GetHardwareInfoCommand.

public class HardwareInfoResponseHandler : IHardwareInfoResponseHandler, IZ21ResponseHandler
Inheritance
HardwareInfoResponseHandler
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

OnHardwareInfoReceived

public event EventHandler<HardwareInfoEventArgs>? OnHardwareInfoReceived

Event Type

EventHandler<HardwareInfoEventArgs>