Status

enum Status : Enum<Status>

Interval detection status values.

Entries

Link copied to clipboard

Detector is in idle status when it hasn't processed any sample yet.

Link copied to clipboard

Detector is processing samples in the initial static interval to determine base noise level.

Link copied to clipboard

Detector has successfully completed processing samples on the initial static period.

Link copied to clipboard

A static interval has been detected, where sensor is considered to be subject to no substantial movement forces.

Link copied to clipboard

A dynamic interval has been detected, where sensor is considered to be subject to substantial movement forces.

Link copied to clipboard

Detector has failed. This happens if sensor is subject to sudden movement forces while detector is initializing during the initial static period, if there is too much overall motion during initialization, or if sensor becomes unreliable. When detector has failed, no new samples will be allowed to be processed until detector is reset.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): Status

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.