Table of Contents

Class ZLinkHardwareInfo

Namespace
Z21.Core.Model
Assembly
Z21.Client.dll

Hardware information of a 10838 Z21 pro LINK adapter (LAN_ZLINK_GET_HWINFO reply, protocol §11.1.1.1).

public record ZLinkHardwareInfo : IEquatable<ZLinkHardwareInfo>
Inheritance
ZLinkHardwareInfo
Implements
Inherited Members

Constructors

ZLinkHardwareInfo(ushort, byte, byte, ushort, string, string)

Hardware information of a 10838 Z21 pro LINK adapter (LAN_ZLINK_GET_HWINFO reply, protocol §11.1.1.1).

public ZLinkHardwareInfo(ushort HardwareId, byte FirmwareMajor, byte FirmwareMinor, ushort FirmwareBuild, string MacAddress, string Name)

Parameters

HardwareId ushort
FirmwareMajor byte
FirmwareMinor byte
FirmwareBuild ushort
MacAddress string
Name string

Properties

FirmwareBuild

public ushort FirmwareBuild { get; init; }

Property Value

ushort

FirmwareMajor

public byte FirmwareMajor { get; init; }

Property Value

byte

FirmwareMinor

public byte FirmwareMinor { get; init; }

Property Value

byte

HardwareId

public ushort HardwareId { get; init; }

Property Value

ushort

MacAddress

public string MacAddress { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string