Table of Contents

Enum RearFlapLegalStatus

Namespace
rF2SharedMemoryNet.RF2Data.Enums
Assembly
rF2SharedMemoryNet.dll

Represents the legal status of the RF2 rear flap in a racing context.

public enum RearFlapLegalStatus

Fields

Alllowed = 2

Allowed to use the rear flap.

DetectedButNotAllowedYet = 1

Detected but not allowed yet.

Disallowed = 0

Not allowed to use the rear flap.

Remarks

This enumeration is typically used to indicate whether the rear flap is allowed to be activated during a race, based on the current conditions and regulations.