C# Class iRacingSimulator.SessionData

Datei anzeigen Open project: NickThissen/iRacingSdkWrapper Class Usage Examples

Public Methods

Method Description
SessionData ( ) : System.Collections.Generic
Update ( SessionInfo info ) : void
Update ( TelemetryInfo telemetry ) : void
UpdateFastestLap ( Laptime lap, Driver driver ) : BestLap
UpdateState ( SessionStates state ) : void

Method Details

SessionData() public method

public SessionData ( ) : System.Collections.Generic
return System.Collections.Generic

Update() public method

public Update ( SessionInfo info ) : void
info iRacingSdkWrapper.SessionInfo
return void

Update() public method

public Update ( TelemetryInfo telemetry ) : void
telemetry iRacingSdkWrapper.TelemetryInfo
return void

UpdateFastestLap() public method

public UpdateFastestLap ( Laptime lap, Driver driver ) : BestLap
lap Laptime
driver Driver
return BestLap

UpdateState() public method

public UpdateState ( SessionStates state ) : void
state SessionStates
return void