public class H35
extends java.lang.Object
implements java.lang.Cloneable, android.os.Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
H35.KeyEventType
キーイベントのタイプ Key event type |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<H35> |
CREATOR |
boolean |
decodeImageIsEnable
|
boolean |
keyEventIsEnable
読み取りデータをキーイベントの形式でアプリへ送信する Send read data to the app in the form of a key event. |
H35.KeyEventType |
keyEventType
|
boolean |
scanKeyIsEnable
スキャンキーを使用した読み取りの有効/無効 Enable / disable reading using scan keys |
boolean |
toastMessageIsEnable
読み取りデータをトーストとして表示する Display read data as toast. |
Wedge |
wedge |
Constructor and Description |
---|
H35() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
setDefault() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public boolean scanKeyIsEnable
public boolean keyEventIsEnable
public boolean toastMessageIsEnable
public boolean decodeImageIsEnable
public H35.KeyEventType keyEventType
public Wedge wedge
public static final android.os.Parcelable.Creator<H35> CREATOR