C# Class AK.F1.Timing.Messages.Driver.DriverMessageBase

Inheritance: Message
Show file Open project: simoneb/ak-f1-timing Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method Description
DriverMessageBase ( int driverId ) : System

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

Method Details

DriverMessageBase() protected method

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.
return System