A AK.F1.Timing.IMessageReader implementation which reads AK.F1.Timing.Messages serialized by the live-timing servers. This class cannot be inherited.
Inheritance: MessageReaderBase
 /// <summary>
 /// Initialises a new instance of the <see cref="LiveMessageReaderStateEngine"/> class
 /// and specified the <paramref name="reader"/> to update.
 /// </summary>
 /// <param name="reader">The reader to update.</param>
 public LiveMessageReaderStateEngine(LiveMessageReader reader)
 {
     _reader = reader;
 }