struct Apps::IOServicesMessages::IORegisterArgument
- Apps::IOServicesMessages::IORegisterArgument
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Apps/CATS_IO_Services.pb.crConstant 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
- .new(buf : Protobuf::Buffer)
- .new(base_device : String, io_device : Slice(UInt8) | Nil = nil, application_id : String | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #application_id : String | Nil
- #application_id=(application_id : String | Nil)
- #base_device : String
- #base_device=(base_device : String)
- #io_device : Slice(UInt8) | Nil
- #io_device=(io_device : Slice(UInt8) | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(base_device : String, io_device : Slice(UInt8) | Nil = nil, application_id : String | Nil = nil)
#