public static enum AmbientLightLtr329.Gain extends java.lang.Enum<AmbientLightLtr329.Gain>
Enum Constant and Description |
---|
LTR329_1X
Illuminance range between [1, 64k] lux (default)
|
LTR329_2X
Illuminance range between [0.5, 32k] lux
|
LTR329_48X
Illuminance range between [0.02, 1.3k] lux
|
LTR329_4X
Illuminance range between [0.25, 16k] lux
|
LTR329_8X
Illuminance range between [0.125, 8k] lux
|
LTR329_96X
Illuminance range between [0.01, 600] lux
|
Modifier and Type | Field and Description |
---|---|
byte |
bitmask
Bitmask representing the setting
|
Modifier and Type | Method and Description |
---|---|
static AmbientLightLtr329.Gain |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AmbientLightLtr329.Gain[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AmbientLightLtr329.Gain LTR329_1X
public static final AmbientLightLtr329.Gain LTR329_2X
public static final AmbientLightLtr329.Gain LTR329_4X
public static final AmbientLightLtr329.Gain LTR329_8X
public static final AmbientLightLtr329.Gain LTR329_48X
public static final AmbientLightLtr329.Gain LTR329_96X
public static AmbientLightLtr329.Gain[] values()
for (AmbientLightLtr329.Gain c : AmbientLightLtr329.Gain.values()) System.out.println(c);
public static AmbientLightLtr329.Gain valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null