Table of Contents

Class CanDeviceDescriptionReceivedEventArgs

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

Carries the description of a CAN booster (LAN_CAN_DEVICE_GET_DESCRIPTION reply).

public class CanDeviceDescriptionReceivedEventArgs : EventArgs
Inheritance
CanDeviceDescriptionReceivedEventArgs
Inherited Members

Constructors

CanDeviceDescriptionReceivedEventArgs(ushort, string)

Carries the description of a CAN booster (LAN_CAN_DEVICE_GET_DESCRIPTION reply).

public CanDeviceDescriptionReceivedEventArgs(ushort networkId, string name)

Parameters

networkId ushort
name string

Properties

Name

public string Name { get; }

Property Value

string

NetworkId

public ushort NetworkId { get; }

Property Value

ushort