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

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
SetDriverStatusMessage ( int driverId, DriverStatus driverStatus ) : System

Initialises a new instance of the SetDriverStatusMessage class and specifies if the Id of the driver and the driver's status.

ToString ( ) : string

Method Details

Accept() public method

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

SetDriverStatusMessage() public method

Initialises a new instance of the SetDriverStatusMessage class and specifies if the Id of the driver and the driver's status.
/// Thrown when is not positive. ///
public SetDriverStatusMessage ( int driverId, DriverStatus driverStatus ) : System
driverId int The Id of the driver.
driverStatus DriverStatus The driver's new status.
return System

ToString() public method

public ToString ( ) : string
return string