enum MinknowApi::PromethionDevice::PixelSettings::UnblockMode

Defined in:

generated/minknow_api/promethion_device.pb.cr

Enum Members

UNBLOCK_KEEP = 0
UNBLOCK_ON = 1
UNBLOCK_OFF = 2

Class Method Summary

Instance Method Summary

Class Method Detail

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

[View source]

Instance Method Detail

def unblock_keep? #

Returns true if this enum value equals UNBLOCK_KEEP


[View source]
def unblock_off? #

Returns true if this enum value equals UNBLOCK_OFF


[View source]
def unblock_on? #

Returns true if this enum value equals UNBLOCK_ON


[View source]