class MinknowApi::Protocol::ProtocolInfo::TagValue

Included Modules

Defined in:

generated/minknow_api/protocol.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 array_value : String #

[View source]
def array_value=(value : String) : String #

[View source]
def bool_value : Bool #

[View source]
def bool_value=(value : Bool) : Bool #

[View source]
def clear_tag_value : Nil #

[View source]
def double_value : Float64 #

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

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

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

[View source]
def int_value : Int64 #

[View source]
def int_value=(value : Int64) : Int64 #

[View source]
def object_value : String #

[View source]
def object_value=(value : String) : String #

[View source]
def string_value : String #

[View source]
def string_value=(value : String) : String #

[View source]
def tag_value_case : TagValueCase #

[View source]