Table of Contents

Enum MemoryFile

Namespace
rF2SharedMemoryNet.RF2Data.Enums
Assembly
rF2SharedMemoryNet.dll

Represents the various files or views available in the application.

public enum MemoryFile

Fields

Extended = 7

Extended information file

FFB = 3

Force Feedback (FFB) file

Graphics = 4

Graphics file

HWControl = 8

Hardware control file

PitInfo = 5

Pit information file

PluginControl = 11

Plugin control file

Rules = 2

Rules file

RulesControl = 10

Rules control file

Scoring = 1

Scoring file

Telemetry = 0

Telemetry file

Weather = 6

Weather file

WeatherControl = 9

Weather control file

Remarks

Each value in the MemoryFile enumeration corresponds to a specific functional area or display within the application. Use this enumeration to specify or identify the active file.