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

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

Private Properties

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

Защищенные методы

Метод Описание
DriverMessageBase ( int driverId ) : System

Initialises a new instance of the DriverMessageBase class and specifies the Id of the driver the message relates to.

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

DriverMessageBase() защищенный метод

Initialises a new instance of the DriverMessageBase class and specifies the Id of the driver the message relates to.
/// Thrown when is not positive. ///
protected DriverMessageBase ( int driverId ) : System
driverId int The Id of the driver the message is related to.
Результат System