Utility function to implement Read given working StartReading and StopReading methods
| C# | Visual Basic | Visual C++ |
protected TagReadData[] ReadGivenStartStop( int milliseconds )
Protected Function ReadGivenStartStop ( _ milliseconds As Integer _ ) As TagReadData()
protected: array<TagReadData^>^ ReadGivenStartStop( int milliseconds )
- milliseconds (Int32)
- Number of milliseconds to keep reading.
the read tag data collection