C# Класс AK.F1.Timing.Model.Session.SpeedCaptureModel

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SpeedCaptureModel ( DriverModel driver, SpeedCaptureLocation location, int speed ) : System

Initialises a new instance of the SpeedCaptureModel class.

Описание методов

SpeedCaptureModel() публичный Метод

Initialises a new instance of the SpeedCaptureModel class.
/// Thrown when is . ///
public SpeedCaptureModel ( DriverModel driver, SpeedCaptureLocation location, int speed ) : System
driver AK.F1.Timing.Model.Driver.DriverModel The driver which posted the speed.
location SpeedCaptureLocation The capture location.
speed int The captured speed.
Результат System