class MinknowApi::Data::GetLiveReadsRequest::StreamSetup

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 accepted_first_chunk_classifications : Array(Int32) #

[View source]
def accepted_first_chunk_classifications=(accepted_first_chunk_classifications : Array(Int32)) #

[View source]
def clear_max_unblock_read_length : Nil #

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

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

[View source]
def first_channel : UInt32 #

[View source]
def first_channel=(first_channel : UInt32) #

[View source]
def last_channel : UInt32 #

[View source]
def last_channel=(last_channel : UInt32) #

[View source]
def max_unblock_read_length_case : MaxUnblockReadLengthCase #

[View source]
def max_unblock_read_length_samples : UInt64 #

[View source]
def max_unblock_read_length_samples=(value : UInt64) : UInt64 #

[View source]
def max_unblock_read_length_seconds : Float64 #

[View source]
def max_unblock_read_length_seconds=(value : Float64) : Float64 #

[View source]
def raw_data_type : Proto::OpenEnum(GetLiveReadsRequest::RawDataType) #

[View source]
def raw_data_type=(raw_data_type : Proto::OpenEnum(GetLiveReadsRequest::RawDataType)) #

[View source]
def sample_minimum_chunk_size : UInt64 #

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

[View source]