Class ZLinkHardwareInfo
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
HardwareIdushortFirmwareMajorbyteFirmwareMinorbyteFirmwareBuildushortMacAddressstringNamestring
Properties
FirmwareBuild
public ushort FirmwareBuild { get; init; }
Property Value
FirmwareMajor
public byte FirmwareMajor { get; init; }
Property Value
FirmwareMinor
public byte FirmwareMinor { get; init; }
Property Value
HardwareId
public ushort HardwareId { get; init; }
Property Value
MacAddress
public string MacAddress { get; init; }
Property Value
Name
public string Name { get; init; }