Table of Contents

Class HardwareInfoEventArgs

Namespace
Z21.Core.Model.EventArgs
Assembly
Z21.Client.dll
public class HardwareInfoEventArgs : EventArgs
Inheritance
HardwareInfoEventArgs
Inherited Members

Constructors

HardwareInfoEventArgs(int, int)

public HardwareInfoEventArgs(int z21HardwareType, int firmwareVersion)

Parameters

z21HardwareType int
firmwareVersion int

Properties

FirmwareVersion

Raw 32-bit firmware version from the HWINFO reply (BCD; e.g. 0x0143 means firmware 1.43).

public int FirmwareVersion { get; init; }

Property Value

int

Z21HardwareType

public int Z21HardwareType { get; init; }

Property Value

int