class MinknowApi::Manager::FlowCellPosition

Included Modules

Defined in:

generated/minknow_api/manager.pb.cr

Constructors

Instance Method Summary

Constructor Detail

def self.decode(bytes : Bytes) : self #

Decode a message from a raw byte slice.


[View source]
def self.decode(io : IO) : self #

[View source]
def self.decode_partial(bytes : Bytes) : self #

[View source]
def self.decode_partial(io : IO) : self #

[View source]

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

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


[View source]
def can_sequence_offline : Bool #

[View source]
def can_sequence_offline=(can_sequence_offline : Bool) #

[View source]
def clear_location : Nil #

[View source]
def clear_rpc_ports : Nil #

[View source]
def clear_shared_hardware_group : Nil #

[View source]
def device_type : Proto::OpenEnum(MinknowApi::Device::GetDeviceInfoResponse::DeviceType) #

[View source]
def device_type=(device_type : Proto::OpenEnum(MinknowApi::Device::GetDeviceInfoResponse::DeviceType)) #

[View source]
def encode(io : IO) : Nil #

[View source]
def encode_partial(io : IO) : Nil #

[View source]
def error_info : String #

[View source]
def error_info=(error_info : String) #

[View source]
def firmware_is_updating : Bool #

[View source]
def firmware_is_updating=(firmware_is_updating : Bool) #

[View source]
def has_location? : Bool #

[View source]
def has_progress : Bool #

[View source]
def has_progress=(has_progress : Bool) #

[View source]
def has_rpc_ports? : Bool #

[View source]
def has_shared_hardware_group? : Bool #

[View source]
def is_integrated : Bool #

[View source]
def is_integrated=(is_integrated : Bool) #

[View source]
def is_simulated : Bool #

[View source]
def is_simulated=(is_simulated : Bool) #

[View source]
def location : FlowCellPosition::Location | Nil #

[View source]
def location=(location : FlowCellPosition::Location | Nil) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def parent_name : String #

[View source]
def parent_name=(parent_name : String) #

[View source]
def progress_eta_seconds : UInt32 #

[View source]
def progress_eta_seconds=(progress_eta_seconds : UInt32) #

[View source]
def progress_percent : UInt32 #

[View source]
def progress_percent=(progress_percent : UInt32) #

[View source]
def protocol_state : Proto::OpenEnum(SimpleProtocolState) #

[View source]
def protocol_state=(protocol_state : Proto::OpenEnum(SimpleProtocolState)) #

[View source]
def rpc_ports : FlowCellPosition::RpcPorts | Nil #

[View source]
def rpc_ports=(rpc_ports : FlowCellPosition::RpcPorts | Nil) #

[View source]
def shared_hardware_group : FlowCellPosition::SharedHardwareGroup | Nil #

[View source]
def shared_hardware_group=(shared_hardware_group : FlowCellPosition::SharedHardwareGroup | Nil) #

[View source]
def state : Proto::OpenEnum(FlowCellPosition::State) #

[View source]
def state=(state : Proto::OpenEnum(FlowCellPosition::State)) #

[View source]
def validate_required! : Nil #

[View source]
def validate_required_deep! : Nil #

[View source]