class
MinknowApi::Device::GetFlowCellInfoResponse
- MinknowApi::Device::GetFlowCellInfoResponse
- Reference
- Object
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/device.pb.crConstructors
-
.decode(bytes : Bytes) : self
Decode a message from a raw byte slice.
- .decode(io : IO) : self
- .decode_partial(bytes : Bytes) : self
- .decode_partial(io : IO) : self
Instance Method Summary
-
#==(other : self) : Bool
Returns
trueif this reference is the same as other. - #adapter_id : String
- #adapter_id=(adapter_id : String)
- #asic_id_str : String
- #asic_id_str=(asic_id_str : String)
- #asic_version : String
- #asic_version=(asic_version : String)
- #barcode_kit : String
- #barcode_kit=(barcode_kit : String)
- #barcodes : Array(UInt32)
- #barcodes=(barcodes : Array(UInt32))
- #channel_count : UInt32
- #channel_count=(channel_count : UInt32)
- #clear_temperature_offset_nullable : Nil
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #flow_cell_id : String
- #flow_cell_id=(flow_cell_id : String)
- #flow_cell_partner : String
- #flow_cell_partner=(flow_cell_partner : String)
- #has_adapter : Bool
- #has_adapter=(has_adapter : Bool)
- #has_flow_cell : Bool
- #has_flow_cell=(has_flow_cell : Bool)
- #incompatible_flow_cell_partner : Bool
- #incompatible_flow_cell_partner=(incompatible_flow_cell_partner : Bool)
- #insertion_script_status : Proto::OpenEnum(InsertionScriptStatus)
- #insertion_script_status=(insertion_script_status : Proto::OpenEnum(InsertionScriptStatus))
- #is_ctc : Bool
- #is_ctc=(is_ctc : Bool)
- #product_code : String
- #product_code=(product_code : String)
- #temperature_offset : Float32
- #temperature_offset=(value : Float32) : Float32
- #temperature_offset_nullable_case : TemperatureOffsetNullableCase
- #use_count : UInt32
- #use_count=(use_count : UInt32)
- #use_count_limit : UInt32
- #use_count_limit=(use_count_limit : UInt32)
- #user_specified_flow_cell_id : String
- #user_specified_flow_cell_id=(user_specified_flow_cell_id : String)
- #user_specified_product_code : String
- #user_specified_product_code=(user_specified_product_code : String)
- #wells_per_channel : UInt32
- #wells_per_channel=(wells_per_channel : UInt32)
Constructor Detail
Instance Method Detail
def ==(other : self) : Bool
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def insertion_script_status=(insertion_script_status : Proto::OpenEnum(InsertionScriptStatus))
#