Table of Contents

Enum IgnitionStarterStatus

Namespace
rF2SharedMemoryNet.RF2Data.Enums
Assembly
rF2SharedMemoryNet.dll

Represents the status of the ignition and starter in an RF2 system.

public enum IgnitionStarterStatus

Fields

Ignition = 1

Only ignition is on

IgnitionAndStarter = 2

Ignition and starter are both on

Off = 0

Both off

Remarks

This enumeration is used to indicate the current state of the ignition and starter mechanism. The values correspond to distinct operational states, such as when the ignition is off, when the ignition is active, or when both the ignition and starter are engaged.