Class FeedbackData
- Namespace
- CommandStation.Model
- Assembly
- CommandStation.Abstractions.dll
A feedback bus status snapshot: the group index and one status byte per feedback module (one bit per input).
public record FeedbackData : IEquatable<FeedbackData>
- Inheritance
-
FeedbackData
- Implements
- Inherited Members
Constructors
FeedbackData(byte, IReadOnlyList<byte>)
A feedback bus status snapshot: the group index and one status byte per feedback module (one bit per input).
public FeedbackData(byte GroupIndex, IReadOnlyList<byte> States)
Parameters
GroupIndexbyteStatesIReadOnlyList<byte>
Properties
GroupIndex
public byte GroupIndex { get; init; }
Property Value
States
public IReadOnlyList<byte> States { get; init; }