enum

MinknowApi::MinionDevice::MinionDeviceSettings::Gain

Inherits Enum < Comparable < Value < Object

Constants

GAIN_KEEP = 0
GAIN_1 = 1
GAIN_5 = 2

Class methods

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

Instance methods

gain_1?

Returns true if this enum value equals GAIN_1

Source
gain_5?

Returns true if this enum value equals GAIN_5

Source
gain_keep?

Returns true if this enum value equals GAIN_KEEP

Source