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

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

Private Properties

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

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

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

Initialises a new instance of the SetDriverIntervalMessage class and specifies if the Id of the driver and the interval.

ToString ( ) : string

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

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

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

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

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

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

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