struct Apps::IOServicesMessages::IORegisterArgument

Included Modules

Defined in:

pb-Apps/CATS_IO_Services.pb.cr

Constant Summary

FIELDS = {99 => {name: :base_device, pb_type: :string, crystal_type: String, cast_type: String, native: true, optional: false, repeated: false, default: nil, packed: false}, 3 => {name: :io_device, pb_type: :bytes, crystal_type: Slice(UInt8), cast_type: Slice(UInt8)?, native: true, optional: true, repeated: false, default: nil, packed: false}, 102 => {name: :application_id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, 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(base_device : String, io_device : Slice(UInt8) | Nil = nil, application_id : String | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def application_id : String | Nil #

def application_id=(application_id : String | Nil) #

def base_device : String #

def base_device=(base_device : String) #

def io_device : Slice(UInt8) | Nil #

def io_device=(io_device : Slice(UInt8) | Nil) #

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

def to_protobuf #