AK.F1.Timing.Live.LiveMessageReaderStateEngine.LiveMessageReaderStateEngine C# (CSharp) Method

LiveMessageReaderStateEngine() public method

Initialises a new instance of the LiveMessageReaderStateEngine class and specified the reader to update.
public LiveMessageReaderStateEngine ( LiveMessageReader reader ) : System
reader LiveMessageReader The reader to update.
return System
        public LiveMessageReaderStateEngine(LiveMessageReader reader)
        {
            _reader = reader;
        }