Fetch tag reads from buffer using as many commands as necessary (not limited by capacity of a single command)
| C# | Visual Basic | Visual C++ |
public List<TagReadData> GetTagReads( int tagCount, TagProtocol protocol )
Public Function GetTagReads ( _ tagCount As Integer, _ protocol As TagProtocol _ ) As List(Of TagReadData)
public: List<TagReadData^>^ GetTagReads( int tagCount, TagProtocol protocol )
- tagCount (Int32)
- Number of tag reads to fetch from tag buffer
- protocol (TagProtocol)
- The reading protocol
List of tag read records