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

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

Private Properties

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

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

Метод Описание
Accept ( IMessageVisitor visitor ) : void
SetDriverSectorTimeMessage ( int driverId, int sectorNumber, PostedTime sectorTime ) : System

Initialises a new instance of the SetDriverSectorTimeMessage class and specifies if the Id of the driver, the sector number, and the sector time.

ToString ( ) : string

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

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

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

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

Initialises a new instance of the SetDriverSectorTimeMessage class and specifies if the Id of the driver, the sector number, and the sector time.
/// Thrown when or is not positive. /// /// Thrown when is . ///
public SetDriverSectorTimeMessage ( int driverId, int sectorNumber, PostedTime sectorTime ) : System
driverId int The Id of the driver.
sectorNumber int The sector number.
sectorTime PostedTime The sector time.
Результат System

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

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