class
MinknowApi::Manager::DescribeHostResponse
- MinknowApi::Manager::DescribeHostResponse
- 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. - #available_basecalling_hardware : Array(DescribeHostResponse::BasecallerSubstrate)
- #available_basecalling_hardware=(available_basecalling_hardware : Array(DescribeHostResponse::BasecallerSubstrate))
- #can_basecall : Proto::OpenEnum(DescribeHostResponse::BasecallingAvailability)
- #can_basecall=(can_basecall : Proto::OpenEnum(DescribeHostResponse::BasecallingAvailability))
- #can_connect_to_usb_device : Proto::OpenEnum(DescribeHostResponse::HostUsbSequencerAvailability)
- #can_connect_to_usb_device=(can_connect_to_usb_device : Proto::OpenEnum(DescribeHostResponse::HostUsbSequencerAvailability))
- #can_sequence_offline : Bool
- #can_sequence_offline=(can_sequence_offline : Bool)
- #clear_current_basecalling_hardware : Nil
- #current_basecalling_hardware : DescribeHostResponse::BasecallerSubstrate | Nil
- #current_basecalling_hardware=(current_basecalling_hardware : DescribeHostResponse::BasecallerSubstrate | Nil)
- #description : String
- #description=(description : String)
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #has_current_basecalling_hardware? : Bool
- #needs_association : Bool
- #needs_association=(needs_association : Bool)
- #network_name : String
- #network_name=(network_name : String)
- #product_code : String
- #product_code=(product_code : String)
- #serial : String
- #serial=(serial : String)
- #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 available_basecalling_hardware : Array(DescribeHostResponse::BasecallerSubstrate)
#
def available_basecalling_hardware=(available_basecalling_hardware : Array(DescribeHostResponse::BasecallerSubstrate))
#
def can_basecall=(can_basecall : Proto::OpenEnum(DescribeHostResponse::BasecallingAvailability))
#
def can_connect_to_usb_device : Proto::OpenEnum(DescribeHostResponse::HostUsbSequencerAvailability)
#
def can_connect_to_usb_device=(can_connect_to_usb_device : Proto::OpenEnum(DescribeHostResponse::HostUsbSequencerAvailability))
#
def current_basecalling_hardware=(current_basecalling_hardware : DescribeHostResponse::BasecallerSubstrate | Nil)
#