class
MinknowApi::Data::GetExperimentYieldInfoResponse::BasecallStatistics
Included Modules
- Proto::Message
Defined in:
generated/minknow_api/data.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. - #bases_failed_called : UInt64
- #bases_failed_called=(bases_failed_called : UInt64)
- #bases_passed_called : UInt64
- #bases_passed_called=(bases_passed_called : UInt64)
- #buffered_complete_reads : UInt64
- #buffered_complete_reads=(buffered_complete_reads : UInt64)
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #events_called : UInt64
- #events_called=(events_called : UInt64)
- #reads_called : UInt64
- #reads_called=(reads_called : UInt64)
- #reads_failed_calling : UInt64
- #reads_failed_calling=(reads_failed_calling : UInt64)
- #reads_failed_calling_filtered : UInt64
- #reads_failed_calling_filtered=(reads_failed_calling_filtered : UInt64)
- #reads_force_skipped : UInt64
- #reads_force_skipped=(reads_force_skipped : UInt64)
- #reads_in_progress : UInt64
- #reads_in_progress=(reads_in_progress : UInt64)
- #reads_processed : UInt64
- #reads_processed=(reads_processed : UInt64)
- #reads_skipped : UInt64
- #reads_skipped=(reads_skipped : UInt64)
- #samples_called : UInt64
- #samples_called=(samples_called : UInt64)
- #samples_in_client_buffer : UInt64
- #samples_in_client_buffer=(samples_in_client_buffer : UInt64)
- #samples_in_progress : UInt64
- #samples_in_progress=(samples_in_progress : UInt64)
- #samples_skipped : UInt64
- #samples_skipped=(samples_skipped : UInt64)
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?.