AK.F1.Timing.MessageReaderBase.ReadImpl C# (CSharp) Method

ReadImpl() protected abstract method

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