public class UserPreference
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
addonSecurityLevel |
static <any> |
CREATOR |
Enable_State |
displayMode |
int |
laserOnTime |
InverseType |
negativeBarcodes |
Enable_State |
pickListMode |
RedundancyLevel |
redundancyLevel |
ScanAngleType |
scanAngle |
SecurityLevel |
securityLevel |
int |
timeoutBetweenSameSymbol |
TransmitCodeIDType |
transmitCodeIdChar |
TriggerType |
triggerMode |
Constructor and Description |
---|
UserPreference() |
UserPreference(Parcel in) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
readFromParcel(Parcel in) |
void |
SetIneffective() |
void |
writeToParcel(Parcel dest,
int flags) |
public int addonSecurityLevel
public Enable_State displayMode
public int laserOnTime
public InverseType negativeBarcodes
public Enable_State pickListMode
public RedundancyLevel redundancyLevel
public ScanAngleType scanAngle
public SecurityLevel securityLevel
public int timeoutBetweenSameSymbol
public TransmitCodeIDType transmitCodeIdChar
public TriggerType triggerMode
public static final <any> CREATOR