C# Class AK.F1.Timing.MessageReaderBase

Defines a useful base class for AK.F1.Timing.IMessageReader implementations. This class is .
Inheritance: DisposableBase, IMessageReader
Afficher le fichier Open project: simoneb/ak-f1-timing

Private Properties

Свойство Type Description
ProcessReadException void
ThrowReadException void

Méthodes publiques

Méthode Description
Read ( ) : Message

Méthodes protégées

Méthode Description
ReadImpl ( ) : Message

When overriden in a derived class; reads the next AK.F1.Timing.Message from the underlying data stream.

This method is only invoked when this instance has not been disposed of and MessageReaderBase.ReadException is and a previous invocation did not return .

Private Methods

Méthode Description
ProcessReadException ( Exception exc ) : void
ThrowReadException ( ) : void

Method Details

Read() public méthode

public Read ( ) : Message
Résultat Message

ReadImpl() protected abstract méthode

When overriden in a derived class; reads the next AK.F1.Timing.Message from the underlying data stream.
This method is only invoked when this instance has not been disposed of and MessageReaderBase.ReadException is and a previous invocation did not return .
protected abstract ReadImpl ( ) : Message
Résultat Message