Class LocoInfoData
- Namespace
- CommandStation.Model
- Assembly
- CommandStation.Abstractions.dll
public class LocoInfoData
- Inheritance
-
LocoInfoData
- Inherited Members
Properties
DccSpeedMode
public required DccSpeedMode DccSpeedMode { get; init; }
Property Value
DecoderMode
public required DecoderMode DecoderMode { get; init; }
Property Value
DrivingDirection
public required DrivingDirection DrivingDirection { get; init; }
Property Value
LocoAddress
public required ushort LocoAddress { get; init; }
Property Value
LocoContainedInDoubleTraction
public required bool LocoContainedInDoubleTraction { get; init; }
Property Value
LocoFunctionsData
public required IReadOnlyCollection<LocoFunctionData> LocoFunctionsData { get; init; }
Property Value
LocoIsBusy
public required bool LocoIsBusy { get; init; }
Property Value
LocoSpeed
public required ushort LocoSpeed { get; init; }
Property Value
SmartSearch
public required bool SmartSearch { get; init; }