Package crackers.kobots.devices.sensors
Enum VL6180X.Companion.Errors
-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum VL6180X.Companion.Errors extends Enum<VL6180X.Companion.Errors>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NONE
SYSERR_1
SYSERR_5
ECE_FAIL
NO_CONVERGE
RANGE_IGNORE
SNR
RAW_UNDERFLOW
RAW_OVERFLOW
RANGE_UNDERFLOW
RANGE_OVERFLOW
-
Method Summary
Modifier and Type Method Description final VL6180X.Companion.Errors
valueOf(String value)
Returns the enum constant of this type with the specified name. final Array<VL6180X.Companion.Errors>
values()
Returns an array containing the constants of this enum type, in the order they're declared. final Byte
getCode()
-
-
Method Detail
-
valueOf
final VL6180X.Companion.Errors 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.Errors> 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.
-
-
-
-