struct Apps::IOServicesMessages::StartDataPathResult

Included Modules

Defined in:

pb-Apps/CATS_IO_Services.pb.cr

Constant Summary

FIELDS = {1 => {name: :io_cross_ref_id, pb_type: :uint32, crystal_type: UInt32, cast_type: UInt32?, 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}, 105 => {name: :key_number, pb_type: :bytes, crystal_type: Slice(UInt8), cast_type: Slice(UInt8)?, 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_cross_ref_id : UInt32 | Nil = nil, number_of_characters_to_collect : Int32 | Nil = nil, termination_character : String | Nil = nil, timeout : Int32 | Nil = nil, key_number : Slice(UInt8) | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def io_cross_ref_id : UInt32 | Nil #

def io_cross_ref_id=(io_cross_ref_id : UInt32 | Nil) #

def key_number : Slice(UInt8) | Nil #

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

def number_of_characters_to_collect : Int32 | Nil #

def number_of_characters_to_collect=(number_of_characters_to_collect : Int32 | 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 #