enum

MinknowApi::Protocol::Action

Inherits Enum < Comparable < Value < Object

Constants

ACTION_NONE = 0
ACTION_PAUSE = 1
ACTION_RESUME = 2
ACTION_TRIGGER_MUX_SCAN = 3

Class methods

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

Instance methods

action_none?

Returns true if this enum value equals ACTION_NONE

Source
action_pause?

Returns true if this enum value equals ACTION_PAUSE

Source
action_resume?

Returns true if this enum value equals ACTION_RESUME

Source
action_trigger_mux_scan?

Returns true if this enum value equals ACTION_TRIGGER_MUX_SCAN

Source