Aydsko iRacing Data API
Show / Hide Table of Contents

Class TrackState

Inheritance
object
TrackState
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Common
Assembly: Aydsko.iRacingData.dll
Syntax
public class TrackState

Properties

LeaveMarbles

Declaration
[JsonPropertyName("leave_marbles")]
public bool LeaveMarbles { get; set; }
Property Value
Type Description
bool

PracticeGripCompound

Declaration
[JsonPropertyName("practice_grip_compound")]
public int PracticeGripCompound { get; set; }
Property Value
Type Description
int

PracticeRubber

Declaration
[JsonPropertyName("practice_rubber")]
public int PracticeRubber { get; set; }
Property Value
Type Description
int

QualifyGripCompound

Declaration
[JsonPropertyName("qualify_grip_compound")]
public int QualifyGripCompound { get; set; }
Property Value
Type Description
int

QualifyRubber

Declaration
[JsonPropertyName("qualify_rubber")]
public int QualifyRubber { get; set; }
Property Value
Type Description
int

RaceGripCompound

Declaration
[JsonPropertyName("race_grip_compound")]
public int RaceGripCompound { get; set; }
Property Value
Type Description
int

RaceRubber

Declaration
[JsonPropertyName("race_rubber")]
public int RaceRubber { get; set; }
Property Value
Type Description
int

WarmupGripCompound

Declaration
[JsonPropertyName("warmup_grip_compound")]
public int WarmupGripCompound { get; set; }
Property Value
Type Description
int

WarmupRubber

Declaration
[JsonPropertyName("warmup_rubber")]
public int WarmupRubber { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX