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 NONESYSERR_1SYSERR_5ECE_FAILNO_CONVERGERANGE_IGNORESNRRAW_UNDERFLOWRAW_OVERFLOWRANGE_UNDERFLOWRANGE_OVERFLOW
-
Method Summary
Modifier and Type Method Description final VL6180X.Companion.ErrorsvalueOf(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 BytegetCode()-
-
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.
-
-
-
-