Package com.zebra.rfid.api3
Class TagDataArray
- java.lang.Object
-
- com.zebra.rfid.api3.TagDataArray
-
public class TagDataArray extends java.lang.ObjectGets the tags and the number of tags in tagdata array
-
-
Constructor Summary
Constructors Constructor Description TagDataArray()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLength()Returns the number of tags populated and valid in the TagData array.TagData[]getTags()Returns the number of tags populated and valid in the TagData array.
-
-
-
Method Detail
-
getLength
public int getLength()
Returns the number of tags populated and valid in the TagData array.
-
getTags
public TagData[] getTags()
Returns the number of tags populated and valid in the TagData array.
-
-