Skip to content

Instantly share code, notes, and snippets.

@Eugeny
Created March 30, 2011 15:46
Show Gist options
  • Save Eugeny/894642 to your computer and use it in GitHub Desktop.
Save Eugeny/894642 to your computer and use it in GitHub Desktop.
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