enum MinknowApi::Device::FlowCellConnectorType

Defined in:

generated/minknow_api/device.pb.cr

Enum Members

FCCON_NOT_SET = 0
FCCON_PROMETHION = 1
FCCON_MINION_MK1 = 2
FCCON_FLONGLE = 3
FCCON_PEBBLE = 4

Class Method Summary

Instance Method Summary

Class Method Detail

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

[View source]

Instance Method Detail

def fccon_flongle? #

Returns true if this enum value equals FCCON_FLONGLE


[View source]
def fccon_minion_mk1? #

Returns true if this enum value equals FCCON_MINION_MK1


[View source]
def fccon_not_set? #

Returns true if this enum value equals FCCON_NOT_SET


[View source]
def fccon_pebble? #

Returns true if this enum value equals FCCON_PEBBLE


[View source]
def fccon_promethion? #

Returns true if this enum value equals FCCON_PROMETHION


[View source]