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

Inheritance: System.Globalization.Message, ICustomSerializable
Afficher le fichier Open project: simoneb/ak-f1-timing Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Accept ( IMessageVisitor visitor ) : void
visitor IMessageVisitor
Résultat void

ICustomSerializable() public méthode

public ICustomSerializable ( IObjectReader reader ) : void
reader IObjectReader
Résultat void

ICustomSerializable() public méthode

public ICustomSerializable ( IObjectWriter writer ) : void
writer IObjectWriter
Résultat void

SpeedCaptureMessage() public méthode

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.
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string