Class ZLinkHardwareInfoReceivedEventArgs
Carries the hardware information of a Z21 pro LINK (LAN_ZLINK_GET_HWINFO reply).
public class ZLinkHardwareInfoReceivedEventArgs : EventArgs
- Inheritance
-
ZLinkHardwareInfoReceivedEventArgs
- Inherited Members
Constructors
ZLinkHardwareInfoReceivedEventArgs(ZLinkHardwareInfo)
Carries the hardware information of a Z21 pro LINK (LAN_ZLINK_GET_HWINFO reply).
public ZLinkHardwareInfoReceivedEventArgs(ZLinkHardwareInfo info)
Parameters
infoZLinkHardwareInfo
Properties
Info
public ZLinkHardwareInfo Info { get; }