struct Apps::IOServicesMessages::StartDataPathResult
- Apps::IOServicesMessages::StartDataPathResult
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Apps/CATS_IO_Services.pb.crConstant 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
- .new(buf : Protobuf::Buffer)
- .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 Summary
Instance Method Summary
- #[](key : String)
- #io_cross_ref_id : UInt32 | Nil
- #io_cross_ref_id=(io_cross_ref_id : UInt32 | Nil)
- #key_number : Slice(UInt8) | Nil
- #key_number=(key_number : Slice(UInt8) | Nil)
- #number_of_characters_to_collect : Int32 | Nil
- #number_of_characters_to_collect=(number_of_characters_to_collect : Int32 | Nil)
- #termination_character : String | Nil
- #termination_character=(termination_character : String | Nil)
- #timeout : Int32 | Nil
- #timeout=(timeout : Int32 | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
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)
#