C# Class AK.F1.Timing.Model.Session.FeedModel

Inheritance: ModelBase, IMessageProcessor
Afficher le fichier Open project: simoneb/ak-f1-timing Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FeedModel ( ) : System

Initialises a new instance of the FeedModel class.

Process ( Message message ) : void
Reset ( ) : void

Resets this feed model.

Method Details

FeedModel() public méthode

Initialises a new instance of the FeedModel class.
public FeedModel ( ) : System
Résultat System

Process() public méthode

public Process ( Message message ) : void
message Message
Résultat void

Reset() public méthode

Resets this feed model.
public Reset ( ) : void
Résultat void