struct Apps::LogDevFeatureMessages::QueryMyExtensionResult
- Apps::LogDevFeatureMessages::QueryMyExtensionResult
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Apps/CATS_Logical_Device_Feature_Services.pb.crConstant 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
- .new(buf : Protobuf::Buffer)
- .new(extension : Support::Device | Nil = nil, agent : Support::Device | Nil = nil, other_info : Array(Attribute) | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #agent : Support::Device | Nil
- #agent=(agent : Support::Device | Nil)
- #extension : Support::Device | Nil
- #extension=(extension : Support::Device | Nil)
- #other_info : Array(Attribute) | Nil
- #other_info=(other_info : Array(Attribute) | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(extension : Support::Device | Nil = nil, agent : Support::Device | Nil = nil, other_info : Array(Attribute) | Nil = nil)
#