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

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
SetDriverLapTimeMessage ( int driverId, PostedTime lapTime ) : System

Initialises a new instance of the SetDriverLapTimeMessage class and specifies if the Id of the driver and the lap time set by the driver.

ToString ( ) : string

Method Details

Accept() public method

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

SetDriverLapTimeMessage() public method

Initialises a new instance of the SetDriverLapTimeMessage class and specifies if the Id of the driver and the lap time set by the driver.
/// Thrown when is not positive. /// /// Thrown when is . ///
public SetDriverLapTimeMessage ( int driverId, PostedTime lapTime ) : System
driverId int The Id of the driver.
lapTime PostedTime The lap time.
return System

ToString() public method

public ToString ( ) : string
return string