enum

MinknowApi::PromethionDevice::PixelSettings::OverloadMode

Inherits Enum < Comparable < Value < Object

Constants

OVERLOAD_KEEP = 0
OVERLOAD_SET_FLAG = 1
OVERLOAD_LATCH_OFF = 2
OVERLOAD_CLEAR = 3
OVERLOAD_LIMIT = 4

Class methods

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

Instance methods

overload_clear?

Returns true if this enum value equals OVERLOAD_CLEAR

Source
overload_keep?

Returns true if this enum value equals OVERLOAD_KEEP

Source
overload_latch_off?

Returns true if this enum value equals OVERLOAD_LATCH_OFF

Source
overload_limit?

Returns true if this enum value equals OVERLOAD_LIMIT

Source
overload_set_flag?

Returns true if this enum value equals OVERLOAD_SET_FLAG

Source