struct Apps::IOServicesMessages::SendDataArgument
- Apps::IOServicesMessages::SendDataArgument
- 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}, 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}, 5 => {name: :data_path_type, pb_type: DataPathType, crystal_type: DataPathType, cast_type: DataPathType?, native: false, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :display_attributes, pb_type: DisplayAttributeList, crystal_type: DisplayAttributeList, cast_type: DisplayAttributeList?, native: false, optional: true, repeated: false, default: nil, packed: false}, 8 => {name: :io_data, pb_type: :bytes, crystal_type: Slice(UInt8), cast_type: Slice(UInt8)?, native: true, optional: true, repeated: false, default: nil, packed: false}, 9 => {name: :io_cause, pb_type: EventMessages::EventCause, crystal_type: EventMessages::EventCause, cast_type: EventMessages::EventCause?, native: false, optional: true, repeated: false, default: nil, packed: false}, 100 => {name: :display_mode, pb_type: SendDataArgument::DisplayMode, crystal_type: SendDataArgument::DisplayMode, cast_type: SendDataArgument::DisplayMode?, native: false, optional: true, repeated: false, default: nil, packed: false}, 101 => {name: :audible_indication, pb_type: SendDataArgument::AudibleIndication, crystal_type: SendDataArgument::AudibleIndication, cast_type: SendDataArgument::AudibleIndication?, native: false, 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(io_cross_ref_id : UInt32 | Nil = nil, io_register_req_id : UInt32 | Nil = nil, object : String | Nil = nil, data_path_type : DataPathType | Nil = nil, display_attributes : DisplayAttributeList | Nil = nil, io_data : Slice(UInt8) | Nil = nil, io_cause : EventMessages::EventCause | Nil = nil, display_mode : SendDataArgument::DisplayMode | Nil = nil, audible_indication : SendDataArgument::AudibleIndication | 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)
- #audible_indication : SendDataArgument::AudibleIndication | Nil
- #audible_indication=(audible_indication : SendDataArgument::AudibleIndication | Nil)
- #data_path_type : DataPathType | Nil
- #data_path_type=(data_path_type : DataPathType | Nil)
- #display_attributes : DisplayAttributeList | Nil
- #display_attributes=(display_attributes : DisplayAttributeList | Nil)
- #display_mode : SendDataArgument::DisplayMode | Nil
- #display_mode=(display_mode : SendDataArgument::DisplayMode | Nil)
- #io_cause : EventMessages::EventCause | Nil
- #io_cause=(io_cause : EventMessages::EventCause | Nil)
- #io_cross_ref_id : UInt32 | Nil
- #io_cross_ref_id=(io_cross_ref_id : UInt32 | Nil)
- #io_data : Slice(UInt8) | Nil
- #io_data=(io_data : Slice(UInt8) | Nil)
- #io_register_req_id : UInt32 | Nil
- #io_register_req_id=(io_register_req_id : UInt32 | Nil)
- #object : String | Nil
- #object=(object : String | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(io_cross_ref_id : UInt32 | Nil = nil, io_register_req_id : UInt32 | Nil = nil, object : String | Nil = nil, data_path_type : DataPathType | Nil = nil, display_attributes : DisplayAttributeList | Nil = nil, io_data : Slice(UInt8) | Nil = nil, io_cause : EventMessages::EventCause | Nil = nil, display_mode : SendDataArgument::DisplayMode | Nil = nil, audible_indication : SendDataArgument::AudibleIndication | Nil = nil, application_id : String | Nil = nil)
#