Mercury API
CmdGetTagBuffer Method (metadataFlags, resend, protocol)
NamespacesThingMagicSerialReaderCmdGetTagBuffer(SerialReader..::.TagMetadataFlag, Boolean, TagProtocol)
Get tag data and associated read metadata from the tag buffer.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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.
Return Value
an array of TagReadData objects containing the tag and requested metadata

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)