struct Apps::CapExchangeMessages::QuerySupportResult

Included Modules

Defined in:

pb-Apps/CATS_Capability_Exchange_Services.pb.cr

Constant Summary

FIELDS = {1 => {name: :supported, pb_type: :int32, crystal_type: Int32, cast_type: Array(Int32)?, native: true, optional: true, repeated: true, default: nil, packed: true}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

def self.new(supported : Array(Int32) | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def supported : Array(Int32) | Nil #

def supported=(supported : Array(Int32) | Nil) #

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

def to_protobuf #