Table of Contents

Class VersionReceivedEventArgs

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

Constructors

VersionReceivedEventArgs(FirmwareVersion, int)

public VersionReceivedEventArgs(FirmwareVersion firmwareVersion, int commandStationId)

Parameters

firmwareVersion FirmwareVersion
commandStationId int

Properties

CommandStationId

public int CommandStationId { get; }

Property Value

int

FirmwareVersion

public FirmwareVersion FirmwareVersion { get; }

Property Value

FirmwareVersion