enum

MinknowApi::Manager::FlowCellPosition::State

Inherits Enum < Comparable < Value < Object

Constants

STATE_INITIALISING = 0
STATE_RUNNING = 1
STATE_RESETTING = 2
STATE_HARDWARE_REMOVED = 3
STATE_HARDWARE_ERROR = 4
STATE_SOFTWARE_ERROR = 5
STATE_NEEDS_ASSOCIATION = 6
STATE_USB_SPEED_TOO_LOW = 7

Class methods

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

Instance methods

state_hardware_error?

Returns true if this enum value equals STATE_HARDWARE_ERROR

Source
state_hardware_removed?

Returns true if this enum value equals STATE_HARDWARE_REMOVED

Source
state_initialising?

Returns true if this enum value equals STATE_INITIALISING

Source
state_needs_association?

Returns true if this enum value equals STATE_NEEDS_ASSOCIATION

Source
state_resetting?

Returns true if this enum value equals STATE_RESETTING

Source
state_running?

Returns true if this enum value equals STATE_RUNNING

Source
state_software_error?

Returns true if this enum value equals STATE_SOFTWARE_ERROR

Source
state_usb_speed_too_low?

Returns true if this enum value equals STATE_USB_SPEED_TOO_LOW

Source