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

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

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
DriverMessageBase ( int driverId ) : System

Initialises a new instance of the DriverMessageBase class and specifies the Id of the driver the message relates to.

메소드 상세

DriverMessageBase() 보호된 메소드

Initialises a new instance of the DriverMessageBase class and specifies the Id of the driver the message relates to.
/// Thrown when is not positive. ///
protected DriverMessageBase ( int driverId ) : System
driverId int The Id of the driver the message is related to.
리턴 System