public class ReaderOutputConfiguration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
OutputEnterChar |
autoEnterChar |
OutputEnterWay |
autoEnterWay |
static <any> |
CREATOR |
Enable_State |
enableKeyboardEmulation |
Enable_State |
showCodeLen |
Enable_State |
showCodeType |
java.lang.String |
szPrefixCode |
java.lang.String |
szSuffixCode |
char |
useDelim |
Constructor and Description |
---|
ReaderOutputConfiguration() |
ReaderOutputConfiguration(Parcel in) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
readFromParcel(Parcel in) |
void |
SetIneffective() |
void |
writeToParcel(Parcel dest,
int flags) |
public Enable_State enableKeyboardEmulation
public OutputEnterWay autoEnterWay
public OutputEnterChar autoEnterChar
public Enable_State showCodeType
public Enable_State showCodeLen
public java.lang.String szPrefixCode
public java.lang.String szSuffixCode
public char useDelim
public static final <any> CREATOR