Created
March 30, 2011 15:46
-
-
Save Eugeny/894642 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
All reader settings are user-specified. | |
Code scanning for the tags: | |
if (mReader.Running) | |
mReader.Stop(); | |
foreach (Tag t in mReader.Expose().QueryTags(1).Tags) // mReader is a wrapper over SpeedwayReader, Expose() returns the very SpeedwayReader instance | |
ProcessTag(t); // <-- t.SerializedTid == null! | |
if (r) mReader.Start(); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment