C# 클래스 AK.F1.Timing.Messages.Driver.SetDriverPitTimeMessage

상속: DriverMessageBase
파일 보기 프로젝트 열기: simoneb/ak-f1-timing 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Accept ( IMessageVisitor visitor ) : void
SetDriverPitTimeMessage ( int driverId, PostedTime pitTime ) : System

Initialises a new instance of the SetDriverPitTimeMessage class and specifies if the Id of the driver, the pit time and the lap number on which the driver pitted.

ToString ( ) : string

메소드 상세

Accept() 공개 메소드

public Accept ( IMessageVisitor visitor ) : void
visitor IMessageVisitor
리턴 void

SetDriverPitTimeMessage() 공개 메소드

Initialises a new instance of the SetDriverPitTimeMessage class and specifies if the Id of the driver, the pit time and the lap number on which the driver pitted.
/// Thrown when is not positive. /// /// Thrown when is . ///
public SetDriverPitTimeMessage ( int driverId, PostedTime pitTime ) : System
driverId int The Id of the driver.
pitTime PostedTime The pit time, inclusive of the time taken to travel the pit lane.
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string