Table of Contents

Class CvResultReceivedEventArgs

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

Carries a positive CV programming result (LAN_X_CV_RESULT): the CV address (0 = CV1) and its value.

public class CvResultReceivedEventArgs : EventArgs
Inheritance
CvResultReceivedEventArgs
Inherited Members

Constructors

CvResultReceivedEventArgs(ushort, byte)

Carries a positive CV programming result (LAN_X_CV_RESULT): the CV address (0 = CV1) and its value.

public CvResultReceivedEventArgs(ushort cvAddress, byte value)

Parameters

cvAddress ushort
value byte

Properties

CvAddress

public ushort CvAddress { get; }

Property Value

ushort

Value

public byte Value { get; }

Property Value

byte