class MinknowApi::Manager::CheckPathInfoResponse

Included Modules

Defined in:

generated/minknow_api/manager.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 bytes_available : UInt64 #

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

[View source]
def bytes_capacity : UInt64 #

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

[View source]
def bytes_used : UInt64 #

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

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

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

[View source]
def is_readable : Bool #

[View source]
def is_readable=(is_readable : Bool) #

[View source]
def is_writable : Bool #

[View source]
def is_writable=(is_writable : Bool) #

[View source]
def type_ : Proto::OpenEnum(CheckPathInfoResponse::Type) #

[View source]
def type_=(type_ : Proto::OpenEnum(CheckPathInfoResponse::Type)) #

[View source]