Package com.zebra.rfid.api3
Class FrequencyHopInfo
- java.lang.Object
-
- com.zebra.rfid.api3.FrequencyHopInfo
-
public class FrequencyHopInfo extends java.lang.ObjectGets the Frequency hop table and its length
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FrequencyHopTablegetFrepuencyHopTablesInfo(int index)Returns the Hop table for the given hop table indexintLength()Gets the numder of Hop tables
-
-
-
Method Detail
-
Length
public int Length()
Gets the numder of Hop tables
-
getFrepuencyHopTablesInfo
public FrequencyHopTable getFrepuencyHopTablesInfo(int index)
Returns the Hop table for the given hop table index- Parameters:
index-
-
-