class

MinknowApi::Debug::ConnectFlowCellRequest

Inherits Proto::Message < Proto::HasUnknownFields < Reference < Object

Constructors

decode(bytes : Bytes) : self

Decode a message from a raw byte slice.

Source
decode(io : IO) : self
Source
decode_partial(bytes : Bytes) : self
Source
decode_partial(io : IO) : self
Source

Instance methods

==(other : self) : Bool

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

Source
adapter_id
Source
adapter_id=(adapter_id : String | Nil)
Source
asic_id_str
Source
asic_id_str=(asic_id_str : String | Nil)
Source
clear_adapter_id
Source
clear_asic_id_str
Source
clear_flow_cell_id
Source
clear_flow_cell_partner
Source
clear_product_code
Source
clear_use_count
Source
encode(io : IO) : Nil
Source
encode_partial(io : IO) : Nil
Source
flow_cell_id
Source
flow_cell_id=(flow_cell_id : String | Nil)
Source
flow_cell_partner
Source
flow_cell_partner=(flow_cell_partner : String | Nil)
Source
has_adapter_id?
Source
has_asic_id_str?
Source
has_flow_cell_id?
Source
has_flow_cell_partner?
Source
has_product_code?
Source
has_use_count?
Source
product_code
Source
product_code=(product_code : String | Nil)
Source
use_count
Source
use_count=(use_count : UInt32 | Nil)
Source