class MinknowApi::Data::GetExperimentYieldInfoResponse::BasecallStatistics

Included Modules

Defined in:

generated/minknow_api/data.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 bases_failed_called : UInt64 #

[View source]
def bases_failed_called=(bases_failed_called : UInt64) #

[View source]
def bases_passed_called : UInt64 #

[View source]
def bases_passed_called=(bases_passed_called : UInt64) #

[View source]
def buffered_complete_reads : UInt64 #

[View source]
def buffered_complete_reads=(buffered_complete_reads : UInt64) #

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

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

[View source]
def events_called : UInt64 #

[View source]
def events_called=(events_called : UInt64) #

[View source]
def reads_called : UInt64 #

[View source]
def reads_called=(reads_called : UInt64) #

[View source]
def reads_failed_calling : UInt64 #

[View source]
def reads_failed_calling=(reads_failed_calling : UInt64) #

[View source]
def reads_failed_calling_filtered : UInt64 #

[View source]
def reads_failed_calling_filtered=(reads_failed_calling_filtered : UInt64) #

[View source]
def reads_force_skipped : UInt64 #

[View source]
def reads_force_skipped=(reads_force_skipped : UInt64) #

[View source]
def reads_in_progress : UInt64 #

[View source]
def reads_in_progress=(reads_in_progress : UInt64) #

[View source]
def reads_processed : UInt64 #

[View source]
def reads_processed=(reads_processed : UInt64) #

[View source]
def reads_skipped : UInt64 #

[View source]
def reads_skipped=(reads_skipped : UInt64) #

[View source]
def samples_called : UInt64 #

[View source]
def samples_called=(samples_called : UInt64) #

[View source]
def samples_in_client_buffer : UInt64 #

[View source]
def samples_in_client_buffer=(samples_in_client_buffer : UInt64) #

[View source]
def samples_in_progress : UInt64 #

[View source]
def samples_in_progress=(samples_in_progress : UInt64) #

[View source]
def samples_skipped : UInt64 #

[View source]
def samples_skipped=(samples_skipped : UInt64) #

[View source]