C# Класс AK.F1.Timing.MessageReaderBase

Defines a useful base class for AK.F1.Timing.IMessageReader implementations. This class is .
Наследование: DisposableBase, IMessageReader
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ProcessReadException void
ThrowReadException void

Открытые методы

Метод Описание
Read ( ) : Message

Защищенные методы

Метод Описание
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 .

Приватные методы

Метод Описание
ProcessReadException ( Exception exc ) : void
ThrowReadException ( ) : void

Описание методов

Read() публичный метод

public Read ( ) : Message
Результат Message

ReadImpl() защищенный абстрактный метод

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
Результат Message