Package com.zebra.rfid.api3
Class RFModeTableEntry
- java.lang.Object
-
- com.zebra.rfid.api3.RFModeTableEntry
-
public class RFModeTableEntry extends java.lang.ObjectThis class represents the RF Mode table entry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBdrValue()Gets the BDR value, the Backscatter data rate in bps Possible Values: 40000 – 640000 bpsDIVIDE_RATIOgetDivideRatio()Gets the divide ratioFORWARD_LINK_MODULATIONgetForwardLinkModulationType()Gets the Forward Link Modulation typeintgetMaxTariValue()Gets the maximum TARI value.intgetMinTariValue()Gets the minimum TARI value.intgetModeIdentifer()Gets the mode identifier.MODULATIONgetModulation()Gets the modulation, the M valueintgetPieValue()Gets the Pie value.SPECTRAL_MASK_INDICATORgetSpectralMaskIndicator()Gets the Spectral Mask Indicator Possible Values: 0 - 3 0 Unknown 1 SI – Meets [C1G2] Single-Interrogator Mode Mask 2 MI – Meets [C1G2] Multi-Interrogator Mode Mask 3 DI - Meets [C1G2] Dense-Interrogator Mode MaskintgetStepTariValue()Gets the Step Tari value in nanoseconds.booleanisEpcHAGTCConformance()Gets EPC HAG T&C Conformance Indicates whether reader has received EPC Global Conformance for this mode as specified in EPCGlobal Testing and Conformance
-
-
-
Method Detail
-
getBdrValue
public int getBdrValue()
Gets the BDR value, the Backscatter data rate in bps Possible Values: 40000 – 640000 bps
-
getDivideRatio
public DIVIDE_RATIO getDivideRatio()
Gets the divide ratio
-
isEpcHAGTCConformance
public boolean isEpcHAGTCConformance()
Gets EPC HAG T&C Conformance Indicates whether reader has received EPC Global Conformance for this mode as specified in EPCGlobal Testing and Conformance
-
getForwardLinkModulationType
public FORWARD_LINK_MODULATION getForwardLinkModulationType()
Gets the Forward Link Modulation type
-
getMaxTariValue
public int getMaxTariValue()
Gets the maximum TARI value. Maximum Tari time in nanoseconds. Possible Values: 6250-25000
-
getMinTariValue
public int getMinTariValue()
Gets the minimum TARI value. Minimum Tari time in nanoseconds Possible Values: 6250-25000
-
getStepTariValue
public int getStepTariValue()
Gets the Step Tari value in nanoseconds. Possible Values: 0 - 18750 nsec
-
getModeIdentifer
public int getModeIdentifer()
Gets the mode identifier. This is a reader defined identifier that the client may use to set the Gen2 operating parameters
-
getModulation
public MODULATION getModulation()
Gets the modulation, the M value
-
getPieValue
public int getPieValue()
Gets the Pie value. One thousand times the ratio of data-0 symbol length and data-1 symbol length in pulse-interval encoding. The C1G2 spec specifies the ratio of 1.5 - 2.0 Possible Values: 1500-2000
-
getSpectralMaskIndicator
public SPECTRAL_MASK_INDICATOR getSpectralMaskIndicator()
Gets the Spectral Mask Indicator Possible Values: 0 - 3 0 Unknown 1 SI – Meets [C1G2] Single-Interrogator Mode Mask 2 MI – Meets [C1G2] Multi-Interrogator Mode Mask 3 DI - Meets [C1G2] Dense-Interrogator Mode Mask
-
-