public class GoodReadLed
extends java.lang.Object
implements java.lang.Cloneable, android.os.Parcelable
| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| static android.os.Parcelable.Creator<GoodReadLed> | CREATOR | 
| int | durationLEDの投光時間(ms)設定 有効範囲:10~5000 LED flood time (ms) setting Valid range: 10 ~ 5000 | 
| boolean | enabledLED点灯の有効/無効 Enable / disable LED lighting | 
| int | intervalLEDの投光間隔(ms)設定 有効範囲:0~5000 LED projection interval (ms) setting Valid range: 0 ~ 5000 | 
| int | timesLEDの投光回数設定 有効範囲:0~10 Setting the number of LED floods Valid range: 0 ~ 10 | 
| コンストラクタと説明 | 
|---|
| GoodReadLed() | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| protected GoodReadLed | clone() | 
| 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
public void setDefault()
@NonNull protected GoodReadLed clone() throws java.lang.CloneNotSupportedException
clone クラス内 java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic int describeContents()
describeContents インタフェース内 android.os.Parcelablepublic void writeToParcel(android.os.Parcel parcel,
                          int i)
writeToParcel インタフェース内 android.os.Parcelable