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

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
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 method

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

SetDriverPositionMessage() public method

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

ToString() public method

public ToString ( ) : string
return string