struct Apps::IOServicesMessages::DisplayAttributeList

Included Modules

Defined in:

pb-Apps/CATS_IO_Services.pb.cr

Constant Summary

FIELDS = {1 => {name: :display_id, pb_type: :bytes, crystal_type: Slice(UInt8), cast_type: Slice(UInt8)?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :physical_base_row_number, pb_type: :int32, crystal_type: Int32, cast_type: Int32?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :physical_base_column_number, pb_type: :int32, crystal_type: Int32, cast_type: Int32?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :offset, pb_type: :int32, crystal_type: Int32, cast_type: Int32?, 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(display_id : Slice(UInt8) | Nil = nil, physical_base_row_number : Int32 | Nil = nil, physical_base_column_number : Int32 | Nil = nil, offset : Int32 | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def display_id : Slice(UInt8) | Nil #

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

def offset : Int32 | Nil #

def offset=(offset : Int32 | Nil) #

def physical_base_column_number : Int32 | Nil #

def physical_base_column_number=(physical_base_column_number : Int32 | Nil) #

def physical_base_row_number : Int32 | Nil #

def physical_base_row_number=(physical_base_row_number : Int32 | Nil) #

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

def to_protobuf #