class
MinknowApi::Manager::FlowCellPosition
- MinknowApi::Manager::FlowCellPosition
- Reference
- Object
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/manager.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. - #can_sequence_offline : Bool
- #can_sequence_offline=(can_sequence_offline : Bool)
- #clear_location : Nil
- #clear_rpc_ports : Nil
- #clear_shared_hardware_group : Nil
- #device_type : Proto::OpenEnum(MinknowApi::Device::GetDeviceInfoResponse::DeviceType)
- #device_type=(device_type : Proto::OpenEnum(MinknowApi::Device::GetDeviceInfoResponse::DeviceType))
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #error_info : String
- #error_info=(error_info : String)
- #firmware_is_updating : Bool
- #firmware_is_updating=(firmware_is_updating : Bool)
- #has_location? : Bool
- #has_progress : Bool
- #has_progress=(has_progress : Bool)
- #has_rpc_ports? : Bool
- #has_shared_hardware_group? : Bool
- #is_integrated : Bool
- #is_integrated=(is_integrated : Bool)
- #is_simulated : Bool
- #is_simulated=(is_simulated : Bool)
- #location : FlowCellPosition::Location | Nil
- #location=(location : FlowCellPosition::Location | Nil)
- #name : String
- #name=(name : String)
- #parent_name : String
- #parent_name=(parent_name : String)
- #progress_eta_seconds : UInt32
- #progress_eta_seconds=(progress_eta_seconds : UInt32)
- #progress_percent : UInt32
- #progress_percent=(progress_percent : UInt32)
- #protocol_state : Proto::OpenEnum(SimpleProtocolState)
- #protocol_state=(protocol_state : Proto::OpenEnum(SimpleProtocolState))
- #rpc_ports : FlowCellPosition::RpcPorts | Nil
- #rpc_ports=(rpc_ports : FlowCellPosition::RpcPorts | Nil)
- #shared_hardware_group : FlowCellPosition::SharedHardwareGroup | Nil
- #shared_hardware_group=(shared_hardware_group : FlowCellPosition::SharedHardwareGroup | Nil)
- #state : Proto::OpenEnum(FlowCellPosition::State)
- #state=(state : Proto::OpenEnum(FlowCellPosition::State))
- #validate_required! : Nil
- #validate_required_deep! : 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?.
def device_type : Proto::OpenEnum(MinknowApi::Device::GetDeviceInfoResponse::DeviceType)
#
def device_type=(device_type : Proto::OpenEnum(MinknowApi::Device::GetDeviceInfoResponse::DeviceType))
#