Table of Contents

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

DccSpeedMode

DecoderMode

public required DecoderMode DecoderMode { get; init; }

Property Value

DecoderMode

DrivingDirection

public required DrivingDirection DrivingDirection { get; init; }

Property Value

DrivingDirection

LocoAddress

public required ushort LocoAddress { get; init; }

Property Value

ushort

LocoContainedInDoubleTraction

public required bool LocoContainedInDoubleTraction { get; init; }

Property Value

bool

LocoFunctionsData

public required IReadOnlyCollection<LocoFunctionData> LocoFunctionsData { get; init; }

Property Value

IReadOnlyCollection<LocoFunctionData>

LocoIsBusy

public required bool LocoIsBusy { get; init; }

Property Value

bool

LocoSpeed

public required ushort LocoSpeed { get; init; }

Property Value

ushort

SmartSearch

public required bool SmartSearch { get; init; }

Property Value

bool