class
MinknowApi::Data::GetLiveReadsResponse::ReadData
- MinknowApi::Data::GetLiveReadsResponse::ReadData
- Reference
- Object
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. - #chunk_classifications : Array(Int32)
- #chunk_classifications=(chunk_classifications : Array(Int32))
- #chunk_length : UInt64
- #chunk_length=(chunk_length : UInt64)
- #chunk_start_sample : UInt64
- #chunk_start_sample=(chunk_start_sample : UInt64)
- #encode(io : IO) : Nil
- #encode_partial(io : IO) : Nil
- #id : String
- #id=(id : String)
- #median : Float32
- #median=(median : Float32)
- #median_before : Float32
- #median_before=(median_before : Float32)
- #previous_read_classification : Int32
- #previous_read_classification=(previous_read_classification : Int32)
- #previous_read_end_reason : Proto::OpenEnum(MinknowApi::ReadEndReason::ReadEndReason)
- #previous_read_end_reason=(previous_read_end_reason : Proto::OpenEnum(MinknowApi::ReadEndReason::ReadEndReason))
- #raw_data : Bytes
- #raw_data=(raw_data : Bytes)
- #start_sample : UInt64
- #start_sample=(start_sample : 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?.
def previous_read_end_reason : Proto::OpenEnum(MinknowApi::ReadEndReason::ReadEndReason)
#
def previous_read_end_reason=(previous_read_end_reason : Proto::OpenEnum(MinknowApi::ReadEndReason::ReadEndReason))
#