Table of Contents

Class CvValue

Namespace
CommandStation.Model
Assembly
CommandStation.Abstractions.dll

The value of a decoder configuration variable read back from the command station. CvAddress is 0-based (0 = CV1).

public record CvValue : IEquatable<CvValue>
Inheritance
CvValue
Implements
Inherited Members

Constructors

CvValue(ushort, byte)

The value of a decoder configuration variable read back from the command station. CvAddress is 0-based (0 = CV1).

public CvValue(ushort CvAddress, byte Value)

Parameters

CvAddress ushort
Value byte

Properties

CvAddress

public ushort CvAddress { get; init; }

Property Value

ushort

Value

public byte Value { get; init; }

Property Value

byte