C# Класс AK.F1.Timing.Messages.Driver.SetDriverSpeedMessage

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

Private Properties

Свойство Тип Описание

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

Метод Описание
Accept ( IMessageVisitor visitor ) : void
SetDriverSpeedMessage ( int driverId, SpeedCaptureLocation location, int speed ) : System

Initialises a new instance of the SetDriverSpeedMessage class and specifies if the Id of the driver, the speed capture location and the speed.

ToString ( ) : string

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

Accept() публичный метод

public Accept ( IMessageVisitor visitor ) : void
visitor IMessageVisitor
Результат void

SetDriverSpeedMessage() публичный метод

Initialises a new instance of the SetDriverSpeedMessage class and specifies if the Id of the driver, the speed capture location and the speed.
/// Thrown when or is negative. ///
public SetDriverSpeedMessage ( int driverId, SpeedCaptureLocation location, int speed ) : System
driverId int The Id of the driver.
location SpeedCaptureLocation The speed capture location.
speed int The driver's speed.
Результат System

ToString() публичный метод

public ToString ( ) : string
Результат string