class
MinknowApi::Debug::ConnectFlowCellRequest
- MinknowApi::Debug::ConnectFlowCellRequest
- Reference
- Object
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/debug.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 | Nil
- #adapter_id=(adapter_id : String | Nil)
- #asic_id_str : String | Nil
- #asic_id_str=(asic_id_str : String | Nil)
- #clear_adapter_id : Nil
- #clear_asic_id_str : Nil
- #clear_flow_cell_id : Nil
- #clear_flow_cell_partner : Nil
- #clear_product_code : Nil
- #clear_use_count : Nil
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #flow_cell_id : String | Nil
- #flow_cell_id=(flow_cell_id : String | Nil)
- #flow_cell_partner : String | Nil
- #flow_cell_partner=(flow_cell_partner : String | Nil)
- #has_adapter_id? : Bool
- #has_asic_id_str? : Bool
- #has_flow_cell_id? : Bool
- #has_flow_cell_partner? : Bool
- #has_product_code? : Bool
- #has_use_count? : Bool
- #product_code : String | Nil
- #product_code=(product_code : String | Nil)
- #use_count : UInt32 | Nil
- #use_count=(use_count : UInt32 | Nil)
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?.