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
Properties
CvAddress
public ushort CvAddress { get; init; }
Property Value
Value
public byte Value { get; init; }