struct Apps::LogDevFeatureMessages::QueryMyExtensionResult

Included Modules

Defined in:

pb-Apps/CATS_Logical_Device_Feature_Services.pb.cr

Constant Summary

FIELDS = {1 => {name: :extension, pb_type: Support::Device, crystal_type: Support::Device, cast_type: Support::Device?, native: false, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :agent, pb_type: Support::Device, crystal_type: Support::Device, cast_type: Support::Device?, native: false, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :other_info, pb_type: Attribute, crystal_type: Attribute, cast_type: Array(Attribute)?, native: false, 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(buf : Protobuf::Buffer) #

def self.new(extension : Support::Device | Nil = nil, agent : Support::Device | Nil = nil, other_info : Array(Attribute) | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def agent : Support::Device | Nil #

def agent=(agent : Support::Device | Nil) #

def extension : Support::Device | Nil #

def extension=(extension : Support::Device | Nil) #

def other_info : Array(Attribute) | Nil #

def other_info=(other_info : Array(Attribute) | Nil) #

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

def to_protobuf #