struct Apps::RouteingMessages::RouteUsedRequestArgument

Included Modules

Defined in:

pb-Apps/CATS_Routeing_Services.pb.cr

Constant Summary

FIELDS = {1 => {name: :cross_ref_identifier, pb_type: :uint32, crystal_type: UInt32, cast_type: UInt32?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :route_register_req_id, pb_type: :uint32, crystal_type: UInt32, cast_type: UInt32?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :route_used, pb_type: Support::Device, crystal_type: Support::Device, cast_type: Support::Device?, native: false, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :calling_device, pb_type: Support::Device, crystal_type: Support::Device, cast_type: Support::Device?, native: false, 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(cross_ref_identifier : UInt32 | Nil = nil, route_register_req_id : UInt32 | Nil = nil, route_used : Support::Device | Nil = nil, calling_device : Support::Device | Nil = nil) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def calling_device : Support::Device | Nil #

def calling_device=(calling_device : Support::Device | Nil) #

def cross_ref_identifier : UInt32 | Nil #

def cross_ref_identifier=(cross_ref_identifier : UInt32 | Nil) #

def route_register_req_id : UInt32 | Nil #

def route_register_req_id=(route_register_req_id : UInt32 | Nil) #

def route_used : Support::Device | Nil #

def route_used=(route_used : Support::Device | Nil) #

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

def to_protobuf #