Package crackers.kobots.devices.sensors
Enum VL6180X.Companion.ALSGain
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum VL6180X.Companion.ALSGain extends Enum<VL6180X.Companion.ALSGain>
-
-
Method Summary
Modifier and Type Method Description final Floatdiv(Float lux)final VL6180X.Companion.ALSGainvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<VL6180X.Companion.ALSGain>values()Returns an array containing the constants of this enum type, in the order they're declared. final BytegetSetting()final FloatgetDivisor()-
-
Method Detail
-
valueOf
final VL6180X.Companion.ALSGain valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<VL6180X.Companion.ALSGain> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getSetting
final Byte getSetting()
-
getDivisor
final Float getDivisor()
-
-
-
-