enum

MinknowApi::PebbleDevice::ChannelSettings::Mode

Inherits Enum < Comparable < Value < Object

Constants

INACTIVE = 0
ACTIVE = 1
UNBLOCK = 2
MEMBRANE_SIMULATION = 3
REGEN = 4
CALIBRATION = 5

Class methods

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

Instance methods

active?

Returns true if this enum value equals ACTIVE

Source
calibration?

Returns true if this enum value equals CALIBRATION

Source
inactive?

Returns true if this enum value equals INACTIVE

Source
membrane_simulation?

Returns true if this enum value equals MEMBRANE_SIMULATION

Source
regen?

Returns true if this enum value equals REGEN

Source
unblock?

Returns true if this enum value equals UNBLOCK

Source