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

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
SetDriverIntervalMessage ( int driverId, Gap interval ) : System

Initialises a new instance of the SetDriverIntervalMessage class and specifies if the Id of the driver and the interval.

ToString ( ) : string

Method Details

Accept() public method

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

SetDriverIntervalMessage() public method

Initialises a new instance of the SetDriverIntervalMessage class and specifies if the Id of the driver and the interval.
/// Thrown when is not positive. /// /// Thrown when is . ///
public SetDriverIntervalMessage ( int driverId, Gap interval ) : System
driverId int The Id of the driver.
interval Gap The interval.
return System

ToString() public method

public ToString ( ) : string
return string