Package com.zebra.rfid.api3
Class RADIO_POWER_STATE
- java.lang.Object
-
- com.zebra.rfid.api3.RADIO_POWER_STATE
-
public class RADIO_POWER_STATE extends java.lang.ObjectRadio power state
-
-
Field Summary
Fields Modifier and Type Field Description static RADIO_POWER_STATEOFFRadio Power Offstatic RADIO_POWER_STATEONRadio Power Onintordinal
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(int val)static java.lang.ObjectGetRadioPowerState(int value)intgetValue()java.lang.StringtoString()
-
-
-
Field Detail
-
OFF
public static final RADIO_POWER_STATE OFF
Radio Power Off
-
ON
public static final RADIO_POWER_STATE ON
Radio Power On
-
ordinal
public final int ordinal
-
-