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

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

Private Properties

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

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

Метод Описание
Accept ( IMessageVisitor visitor ) : void
SetDriverPositionMessage ( int driverId, int position ) : System

Initialises a new instance of the SetDriverPositionMessage class and specifies if the Id of the driver and the driver's new position.

ToString ( ) : string

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

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

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

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

Initialises a new instance of the SetDriverPositionMessage class and specifies if the Id of the driver and the driver's new position.
/// Thrown when or is not positive. ///
public SetDriverPositionMessage ( int driverId, int position ) : System
driverId int The Id of the driver.
position int The driver's new position.
Результат System

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

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