public class GoodReadLed
extends java.lang.Object
implements java.lang.Cloneable, android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<GoodReadLed> |
CREATOR |
int |
duration
LEDの投光時間(ms)設定 有効範囲:10~5000 LED flood time (ms) setting Valid range: 10 ~ 5000 |
boolean |
enabled
LED点灯の有効/無効 Enable / disable LED lighting |
int |
interval
LEDの投光間隔(ms)設定 有効範囲:0~5000 LED projection interval (ms) setting Valid range: 0 ~ 5000 |
int |
times
LEDの投光回数設定 有効範囲:0~10 Setting the number of LED floods Valid range: 0 ~ 10 |
Constructor and Description |
---|
GoodReadLed() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
setDefault() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public boolean enabled
public int times
public int duration
public int interval
public static final android.os.Parcelable.Creator<GoodReadLed> CREATOR