AK.F1.Timing.MessageReaderBase.ReadImpl C# (CSharp) 메소드

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
        protected abstract Message ReadImpl();