enum MinknowApi::PromethionDevice::PixelSettings::OverloadMode

Defined in:

generated/minknow_api/promethion_device.pb.cr

Enum Members

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

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_raw?(raw : Int32) : self | Nil #

[View source]

Instance Method Detail

def overload_clear? #

Returns true if this enum value equals OVERLOAD_CLEAR


[View source]
def overload_keep? #

Returns true if this enum value equals OVERLOAD_KEEP


[View source]
def overload_latch_off? #

Returns true if this enum value equals OVERLOAD_LATCH_OFF


[View source]
def overload_limit? #

Returns true if this enum value equals OVERLOAD_LIMIT


[View source]
def overload_set_flag? #

Returns true if this enum value equals OVERLOAD_SET_FLAG


[View source]