Table of Contents

Class Electronics

Namespace
rF2SharedMemoryNet.LMUData.Models
Assembly
rF2SharedMemoryNet.dll

Represents the electronic control settings of a vehicle, including traction control, anti-lock brakes, and engine mapping.

public class Electronics
Inheritance
Electronics
Inherited Members

Remarks

Used only for Le Mans Ultimate game data. This class provides data of multiple electronic assist systems.

Properties

AntiLockBrakes

Gets or sets the status of the anti-lock braking system (ABS).

public int AntiLockBrakes { get; set; }

Property Value

int

EngineMap

Gets or sets the engine map identifier.

public int EngineMap { get; set; }

Property Value

int

TractionControl

Gets or sets the level of traction control applied to the vehicle.

public int TractionControl { get; set; }

Property Value

int

TractionControlCut

Gets or sets the percentage of engine power reduction applied by the traction control system.

public int TractionControlCut { get; set; }

Property Value

int

TractionControlSlip

Gets or sets the slip value for the traction control system.

public int TractionControlSlip { get; set; }

Property Value

int