struct Apps::RouteingMessages::RouteRequestArgument

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: :current_route, 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}, 5 => {name: :routeing_device, pb_type: Support::Device, crystal_type: Support::Device, cast_type: Support::Device?, native: false, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :routed_call, pb_type: :int32, crystal_type: Int32, cast_type: Int32?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :route_sel_algorithm, pb_type: SelectValue, crystal_type: SelectValue, cast_type: SelectValue?, 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, current_route : Support::Device | Nil = nil, calling_device : Support::Device | Nil = nil, routeing_device : Support::Device | Nil = nil, routed_call : Int32 | Nil = nil, route_sel_algorithm : SelectValue | 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 current_route : Support::Device | Nil #

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

def route_register_req_id : UInt32 | Nil #

def route_register_req_id=(route_register_req_id : UInt32 | Nil) #

def route_sel_algorithm : SelectValue | Nil #

def route_sel_algorithm=(route_sel_algorithm : SelectValue | Nil) #

def routed_call : Int32 | Nil #

def routed_call=(routed_call : Int32 | Nil) #

def routeing_device : Support::Device | Nil #

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

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

def to_protobuf #