class

MinknowApi::Manager::FlowCellPosition

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
can_sequence_offline
Source
can_sequence_offline=(can_sequence_offline : Bool)
Source
clear_location
Source
clear_rpc_ports
Source
clear_shared_hardware_group
Source
device_type
Source
device_type=(device_type : Proto::OpenEnum(MinknowApi::Device::GetDeviceInfoResponse::DeviceType))
Source
encode(io : IO) : Nil
Source
encode_partial(io : IO) : Nil
Source
error_info
Source
error_info=(error_info : String)
Source
firmware_is_updating
Source
firmware_is_updating=(firmware_is_updating : Bool)
Source
has_location?
Source
has_progress
Source
has_progress=(has_progress : Bool)
Source
has_rpc_ports?
Source
has_shared_hardware_group?
Source
is_integrated
Source
is_integrated=(is_integrated : Bool)
Source
is_simulated
Source
is_simulated=(is_simulated : Bool)
Source
location
Source
location=(location : FlowCellPosition::Location | Nil)
Source
name
Source
name=(name : String)
Source
parent_name
Source
parent_name=(parent_name : String)
Source
progress_eta_seconds
Source
progress_eta_seconds=(progress_eta_seconds : UInt32)
Source
progress_percent
Source
progress_percent=(progress_percent : UInt32)
Source
protocol_state
Source
protocol_state=(protocol_state : Proto::OpenEnum(SimpleProtocolState))
Source
rpc_ports
Source
rpc_ports=(rpc_ports : FlowCellPosition::RpcPorts | Nil)
Source
shared_hardware_group
Source
shared_hardware_group=(shared_hardware_group : FlowCellPosition::SharedHardwareGroup | Nil)
Source
state
Source
state=(state : Proto::OpenEnum(FlowCellPosition::State))
Source
validate_required!
Source
validate_required_deep!
Source

Nested types