Table of Contents

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

GroupIndex byte
States IReadOnlyList<byte>

Properties

GroupIndex

public byte GroupIndex { get; init; }

Property Value

byte

States

public IReadOnlyList<byte> States { get; init; }

Property Value

IReadOnlyList<byte>