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

Inheritance: DriverMessageBase
Afficher le fichier Open project: simoneb/ak-f1-timing Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Accept ( IMessageVisitor visitor ) : void
visitor IMessageVisitor
Résultat void

SetDriverLapNumberMessage() public méthode

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.
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string