Package com.zebra.rfid.api3
Class RFModeTable
- java.lang.Object
-
- com.zebra.rfid.api3.RFModeTable
-
public class RFModeTable extends java.lang.ObjectGets an entry of RFModeTable, size and protocolID
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetProtocolID()Gets the protocol Identifier.RFModeTableEntrygetRFModeTableEntryInfo(int index)Returns the RF Mode table entry for the specified indexintlength()Gets the number of RF mode table
-
-
-
Method Detail
-
getProtocolID
public int getProtocolID()
Gets the protocol Identifier. This is the identifier of the air protoocol.
-
length
public int length()
Gets the number of RF mode table
-
getRFModeTableEntryInfo
public RFModeTableEntry getRFModeTableEntryInfo(int index)
Returns the RF Mode table entry for the specified index- Parameters:
index-- Returns:
-
-