enum

MinknowApi::PromethionDevice::PixelSettings::UnblockMode

Inherits Enum < Comparable < Value < Object

Constants

UNBLOCK_KEEP = 0
UNBLOCK_ON = 1
UNBLOCK_OFF = 2

Class methods

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

Instance methods

unblock_keep?

Returns true if this enum value equals UNBLOCK_KEEP

Source
unblock_off?

Returns true if this enum value equals UNBLOCK_OFF

Source
unblock_on?

Returns true if this enum value equals UNBLOCK_ON

Source