enum MinknowApi::Manager::DescribeHostResponse::BasecallingAvailability

Defined in:

generated/minknow_api/manager.pb.cr

Enum Members

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

Class Method Summary

Instance Method Summary

Class Method Detail

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

[View source]

Instance Method Detail

def basecalling_available? #

Returns true if this enum value equals BASECALLING_AVAILABLE


[View source]
def basecalling_unavailable? #

Returns true if this enum value equals BASECALLING_UNAVAILABLE


[View source]
def basecalling_unavailable_attempting_recovery? #

Returns true if this enum value equals BASECALLING_UNAVAILABLE_ATTEMPTING_RECOVERY


[View source]
def basecalling_unavailable_bad_configuration? #

Returns true if this enum value equals BASECALLING_UNAVAILABLE_BAD_CONFIGURATION


[View source]