class MinknowApi::Device::GetFlowCellInfoResponse

Included Modules

Defined in:

generated/minknow_api/device.pb.cr

Constructors

Instance Method Summary

Constructor Detail

def self.decode(bytes : Bytes) : self #

Decode a message from a raw byte slice.


[View source]
def self.decode(io : IO) : self #

[View source]
def self.decode_partial(bytes : Bytes) : self #

[View source]
def self.decode_partial(io : IO) : self #

[View source]

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def adapter_id : String #

[View source]
def adapter_id=(adapter_id : String) #

[View source]
def asic_id_str : String #

[View source]
def asic_id_str=(asic_id_str : String) #

[View source]
def asic_version : String #

[View source]
def asic_version=(asic_version : String) #

[View source]
def barcode_kit : String #

[View source]
def barcode_kit=(barcode_kit : String) #

[View source]
def barcodes : Array(UInt32) #

[View source]
def barcodes=(barcodes : Array(UInt32)) #

[View source]
def channel_count : UInt32 #

[View source]
def channel_count=(channel_count : UInt32) #

[View source]
def clear_temperature_offset_nullable : Nil #

[View source]
def encode(io : IO) : Nil #

[View source]
def encode_partial(io : IO) : Nil #

[View source]
def flow_cell_id : String #

[View source]
def flow_cell_id=(flow_cell_id : String) #

[View source]
def flow_cell_partner : String #

[View source]
def flow_cell_partner=(flow_cell_partner : String) #

[View source]
def has_adapter : Bool #

[View source]
def has_adapter=(has_adapter : Bool) #

[View source]
def has_flow_cell : Bool #

[View source]
def has_flow_cell=(has_flow_cell : Bool) #

[View source]
def incompatible_flow_cell_partner : Bool #

[View source]
def incompatible_flow_cell_partner=(incompatible_flow_cell_partner : Bool) #

[View source]
def insertion_script_status : Proto::OpenEnum(InsertionScriptStatus) #

[View source]
def insertion_script_status=(insertion_script_status : Proto::OpenEnum(InsertionScriptStatus)) #

[View source]
def is_ctc : Bool #

[View source]
def is_ctc=(is_ctc : Bool) #

[View source]
def product_code : String #

[View source]
def product_code=(product_code : String) #

[View source]
def temperature_offset : Float32 #

[View source]
def temperature_offset=(value : Float32) : Float32 #

[View source]
def temperature_offset_nullable_case : TemperatureOffsetNullableCase #

[View source]
def use_count : UInt32 #

[View source]
def use_count=(use_count : UInt32) #

[View source]
def use_count_limit : UInt32 #

[View source]
def use_count_limit=(use_count_limit : UInt32) #

[View source]
def user_specified_flow_cell_id : String #

[View source]
def user_specified_flow_cell_id=(user_specified_flow_cell_id : String) #

[View source]
def user_specified_product_code : String #

[View source]
def user_specified_product_code=(user_specified_product_code : String) #

[View source]
def wells_per_channel : UInt32 #

[View source]
def wells_per_channel=(wells_per_channel : UInt32) #

[View source]