enum

MinknowApi::Manager::DescribeHostResponse::BasecallingAvailability

Inherits Enum < Comparable < Value < Object

Constants

BASECALLING_AVAILABLE = 0
BASECALLING_UNAVAILABLE = 1
BASECALLING_UNAVAILABLE_BAD_CONFIGURATION = 2
BASECALLING_UNAVAILABLE_ATTEMPTING_RECOVERY = 3

Class methods

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

Instance methods

basecalling_available?

Returns true if this enum value equals BASECALLING_AVAILABLE

Source
basecalling_unavailable?

Returns true if this enum value equals BASECALLING_UNAVAILABLE

Source
basecalling_unavailable_attempting_recovery?

Returns true if this enum value equals BASECALLING_UNAVAILABLE_ATTEMPTING_RECOVERY

Source
basecalling_unavailable_bad_configuration?

Returns true if this enum value equals BASECALLING_UNAVAILABLE_BAD_CONFIGURATION

Source