Package com.zebra.rfid.api3
Class SupportedRegions
- java.lang.Object
-
- com.zebra.rfid.api3.SupportedRegions
-
public class SupportedRegions extends java.lang.ObjectContains the supported region list. Contains getters of the length of the list and region information
-
-
Constructor Summary
Constructors Constructor Description SupportedRegions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegionInfogetRegionInfo(int index)Returns the Region Details for the specified indexintlength()Gets the number of SupportedRegions
-
-
-
Method Detail
-
length
public int length()
Gets the number of SupportedRegions
-
getRegionInfo
public RegionInfo getRegionInfo(int index)
Returns the Region Details for the specified index- Parameters:
index-- Returns:
-
-