Get the number of tags stored in the tag buffer
| C# | Visual Basic | Visual C++ |
[ObsoleteAttribute] public ushort[] CmdGetTagsRemaining()
<ObsoleteAttribute> _ Public Function CmdGetTagsRemaining As UShort()
[ObsoleteAttribute] public: array<unsigned short>^ CmdGetTagsRemaining()
a three-element array containing: {the number of tags
remaining, the current read index of the tag buffer, the
current write index of the tag buffer}.