Get tag data and associated read metadata from the tag buffer.
| C# | Visual Basic | Visual C++ |
[ObsoleteAttribute] public TagReadData[] CmdGetTagBuffer( SerialReader..::.TagMetadataFlag metadataFlags, bool resend, TagProtocol protocol )
<ObsoleteAttribute> _ Public Function CmdGetTagBuffer ( _ metadataFlags As SerialReader..::.TagMetadataFlag, _ resend As Boolean, _ protocol As TagProtocol _ ) As TagReadData()
[ObsoleteAttribute] public: array<TagReadData^>^ CmdGetTagBuffer( SerialReader..::.TagMetadataFlag metadataFlags, bool resend, TagProtocol protocol )
- metadataFlags (SerialReader..::.TagMetadataFlag)
- the set of metadata values to retrieve and store in the returned objects
- resend (Boolean)
- whether to resend the same tag data sent in a previous call
- protocol (TagProtocol)
- Tag protocol under which to interpret TagData content. Will be overridden by fetched information if TagMetadataFlag.PROTOCOL is present in metadataFlags.
an array of TagReadData objects containing the tag and requested metadata