enum

MinknowApi::PebbleDevice::DeviceSettings::RegenCurrentRange

Inherits Enum < Comparable < Value < Object

Constants

REGEN_RANGE_KEEP = 0
REGEN_RANGE_0_5nA_STEP_0_1nA = 1
REGEN_RANGE_0_667nA_STEP_0_133nA = 2
REGEN_RANGE_1_0nA_STEP_0_2nA = 3
REGEN_RANGE_2_0nA_STEP_0_4nA = 4

Class methods

from_raw?(raw : Int32) : self | Nil
Source

Instance methods

regen_range_0_5n_a_step_0_1n_a?

Returns true if this enum value equals REGEN_RANGE_0_5nA_STEP_0_1nA

Source
regen_range_0_667n_a_step_0_133n_a?

Returns true if this enum value equals REGEN_RANGE_0_667nA_STEP_0_133nA

Source
regen_range_1_0n_a_step_0_2n_a?

Returns true if this enum value equals REGEN_RANGE_1_0nA_STEP_0_2nA

Source
regen_range_2_0n_a_step_0_4n_a?

Returns true if this enum value equals REGEN_RANGE_2_0nA_STEP_0_4nA

Source
regen_range_keep?

Returns true if this enum value equals REGEN_RANGE_KEEP

Source