Enum LapFlags
Events which may occur during a lap or characteristics of the lap itself.
Namespace: Aydsko.iRacingData.Results
Assembly: Aydsko.iRacingData.dll
Syntax
[Flags]
public enum LapFlags
Fields
| Name | Description |
|---|---|
| BlackFlag | The driver was shown a black flag. |
| CarContact | The car made contact with another car. |
| CarReset | Driver reset the car. |
| Checkered | The checkered flag was shown on this lap. |
| ClockSmash | |
| Contact | The car made contact. |
| Discontinuity | There was an interruption in the lap data. |
| DriverChange | The driver was changed for another one. |
| FirstLap | It is the initial lap of the race. |
| InterpolatedCrossing | |
| Invalid | Indicates the lap was not valid. |
| LostControl | The driver lost control of their vehicle. |
| None | No events. |
| OffTrack | The driver left the track surface. |
| OptionalPath | The driver took an alternate path on the lap, usually indicates a joker lap. |
| Pitted | The driver entered or exited the pits. |
| Tow | The driver towed the car. |