class

MinknowApi::Manager::DescribeHostResponse

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
available_basecalling_hardware
Source
available_basecalling_hardware=(available_basecalling_hardware : Array(DescribeHostResponse::BasecallerSubstrate))
Source
can_basecall
Source
can_basecall=(can_basecall : Proto::OpenEnum(DescribeHostResponse::BasecallingAvailability))
Source
can_connect_to_usb_device
Source
can_connect_to_usb_device=(can_connect_to_usb_device : Proto::OpenEnum(DescribeHostResponse::HostUsbSequencerAvailability))
Source
can_sequence_offline
Source
can_sequence_offline=(can_sequence_offline : Bool)
Source
clear_current_basecalling_hardware
Source
current_basecalling_hardware
Source
current_basecalling_hardware=(current_basecalling_hardware : DescribeHostResponse::BasecallerSubstrate | Nil)
Source
description
Source
description=(description : String)
Source
encode(io : IO) : Nil
Source
encode_partial(io : IO) : Nil
Source
has_current_basecalling_hardware?
Source
needs_association
Source
needs_association=(needs_association : Bool)
Source
network_name
Source
network_name=(network_name : String)
Source
product_code
Source
product_code=(product_code : String)
Source
serial
Source
serial=(serial : String)
Source
validate_required!
Source
validate_required_deep!
Source

Nested types