struct Apps::IOServicesMessages::StartDataPathArgument

Included Modules

Defined in:

pb-Apps/CATS_IO_Services.pb.cr

Constant Summary

FIELDS = {2 => {name: :io_register_req_id, pb_type: :uint32, crystal_type: UInt32, cast_type: UInt32?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :object, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :data_path_direction, pb_type: StartDataPathArgument::DataPathDirection, crystal_type: StartDataPathArgument::DataPathDirection, cast_type: StartDataPathArgument::DataPathDirection?, native: false, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :data_path_type, pb_type: DataPathType, crystal_type: DataPathType, cast_type: DataPathType?, native: false, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :display_id, pb_type: :bytes, crystal_type: Slice(UInt8), cast_type: Slice(UInt8)?, native: true, optional: true, repeated: false, default: nil, packed: false}, 10 => {name: :number_of_characters_to_collect, pb_type: :int32, crystal_type: Int32, cast_type: Int32?, native: true, optional: true, repeated: false, default: nil, packed: false}, 11 => {name: :termination_character, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 12 => {name: :timeout, pb_type: :int32, crystal_type: Int32, cast_type: Int32?, 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(io_register_req_id : UInt32 | Nil = nil, object : String | Nil = nil, data_path_direction : StartDataPathArgument::DataPathDirection | Nil = nil, data_path_type : DataPathType | Nil = nil, display_id : Slice(UInt8) | Nil = nil, number_of_characters_to_collect : Int32 | Nil = nil, termination_character : String | Nil = nil, timeout : Int32 | 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 data_path_direction : StartDataPathArgument::DataPathDirection | Nil #

def data_path_direction=(data_path_direction : StartDataPathArgument::DataPathDirection | Nil) #

def data_path_type : DataPathType | Nil #

def data_path_type=(data_path_type : DataPathType | Nil) #

def display_id : Slice(UInt8) | Nil #

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

def io_register_req_id : UInt32 | Nil #

def io_register_req_id=(io_register_req_id : UInt32 | Nil) #

def number_of_characters_to_collect : Int32 | Nil #

def number_of_characters_to_collect=(number_of_characters_to_collect : Int32 | Nil) #

def object : String | Nil #

def object=(object : String | Nil) #

def termination_character : String | Nil #

def termination_character=(termination_character : String | Nil) #

def timeout : Int32 | Nil #

def timeout=(timeout : Int32 | Nil) #

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

def to_protobuf #