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

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
SetDriverPitCountMessage ( int driverId, int pitCount ) : System

Initialises a new instance of the SetDriverPitCountMessage class and specifies if the Id of the driver and the pit count.

ToString ( ) : string

Method Details

Accept() public method

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

SetDriverPitCountMessage() public method

Initialises a new instance of the SetDriverPitCountMessage class and specifies if the Id of the driver and the pit count.
/// Thrown when is not positive. ///
public SetDriverPitCountMessage ( int driverId, int pitCount ) : System
driverId int The Id of the driver.
pitCount int The driver's new pit count.
return System

ToString() public method

public ToString ( ) : string
return string