enum

MinknowApi::PebbleDevice::ChannelSettings::Input

Inherits Enum < Comparable < Value < Object

Constants

NO_CONNECTION = 0
WELL_1 = 1
WELL_2 = 2
OTHER = 3

Class methods

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

Instance methods

no_connection?

Returns true if this enum value equals NO_CONNECTION

Source
other?

Returns true if this enum value equals OTHER

Source
well_1?

Returns true if this enum value equals WELL_1

Source
well_2?

Returns true if this enum value equals WELL_2

Source