C# 클래스 AK.F1.Timing.Messages.Session.SpeedCaptureMessage

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Accept ( IMessageVisitor visitor ) : void
ICustomSerializable ( IObjectReader reader ) : void
ICustomSerializable ( IObjectWriter writer ) : void
SpeedCaptureMessage ( SpeedCaptureLocation location, int>.KeyValuePair speeds ) : System

Initialises a new instance of the SpeedCaptureMessage class and specifies the capture location location and the captured speeds.

ToString ( ) : string

메소드 상세

Accept() 공개 메소드

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

ICustomSerializable() 공개 메소드

public ICustomSerializable ( IObjectReader reader ) : void
reader IObjectReader
리턴 void

ICustomSerializable() 공개 메소드

public ICustomSerializable ( IObjectWriter writer ) : void
writer IObjectWriter
리턴 void

SpeedCaptureMessage() 공개 메소드

Initialises a new instance of the SpeedCaptureMessage class and specifies the capture location location and the captured speeds.
/// Thrown when is . ///
public SpeedCaptureMessage ( SpeedCaptureLocation location, int>.KeyValuePair speeds ) : System
location SpeedCaptureLocation The capture location.
speeds int>.KeyValuePair The captured speeds.
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string