class MinknowApi::Manager::DescribeHostResponse

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 available_basecalling_hardware : Array(DescribeHostResponse::BasecallerSubstrate) #

[View source]
def available_basecalling_hardware=(available_basecalling_hardware : Array(DescribeHostResponse::BasecallerSubstrate)) #

[View source]
def can_basecall : Proto::OpenEnum(DescribeHostResponse::BasecallingAvailability) #

[View source]
def can_basecall=(can_basecall : Proto::OpenEnum(DescribeHostResponse::BasecallingAvailability)) #

[View source]
def can_connect_to_usb_device : Proto::OpenEnum(DescribeHostResponse::HostUsbSequencerAvailability) #

[View source]
def can_connect_to_usb_device=(can_connect_to_usb_device : Proto::OpenEnum(DescribeHostResponse::HostUsbSequencerAvailability)) #

[View source]
def can_sequence_offline : Bool #

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

[View source]
def clear_current_basecalling_hardware : Nil #

[View source]
def current_basecalling_hardware : DescribeHostResponse::BasecallerSubstrate | Nil #

[View source]
def current_basecalling_hardware=(current_basecalling_hardware : DescribeHostResponse::BasecallerSubstrate | Nil) #

[View source]
def description : String #

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

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

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

[View source]
def has_current_basecalling_hardware? : Bool #

[View source]
def needs_association : Bool #

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

[View source]
def network_name : String #

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

[View source]
def product_code : String #

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

[View source]
def serial : String #

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

[View source]
def validate_required! : Nil #

[View source]
def validate_required_deep! : Nil #

[View source]