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

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

Private Properties

Property Type Description

Public Methods

Method Description
Accept ( IMessageVisitor visitor ) : void
SetDriverLapNumberMessage ( int driverId, int lapNumber ) : System

Initialises a new instance of the SetDriverLapNumberMessage class and specifies if the Id of the driver and the lap number.

ToString ( ) : string

Method Details

Accept() public method

public Accept ( IMessageVisitor visitor ) : void
visitor IMessageVisitor
return void

SetDriverLapNumberMessage() public method

Initialises a new instance of the SetDriverLapNumberMessage class and specifies if the Id of the driver and the lap number.
/// Thrown when or is negative. ///
public SetDriverLapNumberMessage ( int driverId, int lapNumber ) : System
driverId int The Id of the driver.
lapNumber int The driver's new lap number.
return System

ToString() public method

public ToString ( ) : string
return string