C# Class AK.F1.Timing.Messages.Session.SpeedCaptureMessage

Inheritance: System.Globalization.Message, ICustomSerializable
Show file Open project: simoneb/ak-f1-timing Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Accept() public method

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

ICustomSerializable() public method

public ICustomSerializable ( IObjectReader reader ) : void
reader IObjectReader
return void

ICustomSerializable() public method

public ICustomSerializable ( IObjectWriter writer ) : void
writer IObjectWriter
return void

SpeedCaptureMessage() public method

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.
return System

ToString() public method

public ToString ( ) : string
return string