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

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
SetDriverPositionMessage ( int driverId, int position ) : System

Initialises a new instance of the SetDriverPositionMessage class and specifies if the Id of the driver and the driver's new position.

ToString ( ) : string

Method Details

Accept() public méthode

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

SetDriverPositionMessage() public méthode

Initialises a new instance of the SetDriverPositionMessage class and specifies if the Id of the driver and the driver's new position.
/// Thrown when or is not positive. ///
public SetDriverPositionMessage ( int driverId, int position ) : System
driverId int The Id of the driver.
position int The driver's new position.
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string