class MinknowApi::Acquisition::BreamInfo

Included Modules

Defined in:

generated/minknow_api/acquisition.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 clear_mux_scan_metadata : Nil #

[View source]
def clear_target_q_score : Nil #

[View source]
def clear_target_temperature : Nil #

[View source]
def clear_target_translocation_speed : Nil #

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

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

[View source]
def has_mux_scan_metadata? : Bool #

[View source]
def has_target_q_score? : Bool #

[View source]
def has_target_temperature? : Bool #

[View source]
def has_target_translocation_speed? : Bool #

[View source]
def mux_scan_metadata : MuxScanMetadata | Nil #

[View source]
def mux_scan_metadata=(mux_scan_metadata : MuxScanMetadata | Nil) #

[View source]
def mux_scan_results : Array(MuxScanResult) #

[View source]
def mux_scan_results=(mux_scan_results : Array(MuxScanResult)) #

[View source]
def target_q_score : BreamInfo::Range | Nil #

[View source]
def target_q_score=(target_q_score : BreamInfo::Range | Nil) #

[View source]
def target_temperature : BreamInfo::Range | Nil #

[View source]
def target_temperature=(target_temperature : BreamInfo::Range | Nil) #

[View source]
def target_translocation_speed : BreamInfo::Range | Nil #

[View source]
def target_translocation_speed=(target_translocation_speed : BreamInfo::Range | Nil) #

[View source]
def validate_required! : Nil #

[View source]
def validate_required_deep! : Nil #

[View source]