struct Client::Algo

Included Modules

Defined in:

pb-Client/CATS_Login.pb.cr

Constant Summary

FIELDS = {1 => {name: :version, pb_type: Version, crystal_type: Version, cast_type: Version, native: false, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :base_conn_id, pb_type: :int32, crystal_type: Int32, cast_type: Int32, native: true, optional: false, repeated: false, default: nil, packed: false}, 3 => {name: :algo, pb_type: :string, crystal_type: String, cast_type: Array(String)?, native: true, optional: true, repeated: true, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(version : Version, base_conn_id : Int32, algo : Array(String) | Nil = nil) #

def self.new(buf : Protobuf::Buffer) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def algo : Array(String) | Nil #

def algo=(algo : Array(String) | Nil) #

def base_conn_id : Int32 #

def base_conn_id=(base_conn_id : Int32) #

def to_protobuf(io : IO, embedded = false) #

def to_protobuf #

def version : Version #

def version=(version : Version) #