Package com.zebra.rfid.api3
Class MODULATION
- java.lang.Object
-
- com.zebra.rfid.api3.MODULATION
-
public class MODULATION extends java.lang.Object
MODULATION: Part of RF_MODES
-
-
Field Summary
Fields Modifier and Type Field Description static MODULATION
MV_2
Modulation (M Value): 2static MODULATION
MV_4
Modulation (M Value): 4static MODULATION
MV_8
Modulation (M Value): 8static MODULATION
MV_FM0
Modulation (M Value): FM0int
ordinal
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(int val)
static MODULATION
GetModulationValue(int value)
int
getValue()
java.lang.String
toString()
-
-
-
Field Detail
-
MV_FM0
public static final MODULATION MV_FM0
Modulation (M Value): FM0
-
MV_2
public static final MODULATION MV_2
Modulation (M Value): 2
-
MV_4
public static final MODULATION MV_4
Modulation (M Value): 4
-
MV_8
public static final MODULATION MV_8
Modulation (M Value): 8
-
ordinal
public final int ordinal
-
-
Method Detail
-
GetModulationValue
public static MODULATION GetModulationValue(int value)
-
equals
public boolean equals(int val)
-
getValue
public int getValue()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-