struct Apps::IOServicesMessages::SendBroadcastDataArgument

Included Modules

Defined in:

pb-Apps/CATS_IO_Services.pb.cr

Constant 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

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(buf : Protobuf::Buffer) #

def self.new(base_device : String, data_path_type : DataPathType | Nil = nil, display_attributes : DisplayAttributeList | Nil = nil, io_data : Slice(UInt8) | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def base_device : String #

def base_device=(base_device : String) #

def data_path_type : DataPathType | Nil #

def data_path_type=(data_path_type : DataPathType | Nil) #

def display_attributes : DisplayAttributeList | Nil #

def display_attributes=(display_attributes : DisplayAttributeList | Nil) #

def io_data : Slice(UInt8) | Nil #

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

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

def to_protobuf #