struct Apps::IOServicesMessages::SendBroadcastDataArgument
- Apps::IOServicesMessages::SendBroadcastDataArgument
- 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}, 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}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
- .new(buf : Protobuf::Buffer)
- .new(base_device : String, data_path_type : DataPathType | Nil = nil, display_attributes : DisplayAttributeList | Nil = nil, io_data : Slice(UInt8) | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #base_device : String
- #base_device=(base_device : String)
- #data_path_type : DataPathType | Nil
- #data_path_type=(data_path_type : DataPathType | Nil)
- #display_attributes : DisplayAttributeList | Nil
- #display_attributes=(display_attributes : DisplayAttributeList | Nil)
- #io_data : Slice(UInt8) | Nil
- #io_data=(io_data : Slice(UInt8) | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(base_device : String, data_path_type : DataPathType | Nil = nil, display_attributes : DisplayAttributeList | Nil = nil, io_data : Slice(UInt8) | Nil = nil)
#