C# 클래스 AK.F1.Timing.MessageReaderBase

Defines a useful base class for AK.F1.Timing.IMessageReader implementations. This class is .
상속: DisposableBase, IMessageReader
파일 보기 프로젝트 열기: simoneb/ak-f1-timing

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