struct Apps::RouteingMessages::RouteRequestArgument
- Apps::RouteingMessages::RouteRequestArgument
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Apps/CATS_Routeing_Services.pb.crConstant 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
- .new(buf : Protobuf::Buffer)
- .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 Summary
Instance Method Summary
- #[](key : String)
- #calling_device : Support::Device | Nil
- #calling_device=(calling_device : Support::Device | Nil)
- #cross_ref_identifier : UInt32 | Nil
- #cross_ref_identifier=(cross_ref_identifier : UInt32 | Nil)
- #current_route : Support::Device | Nil
- #current_route=(current_route : Support::Device | Nil)
- #route_register_req_id : UInt32 | Nil
- #route_register_req_id=(route_register_req_id : UInt32 | Nil)
- #route_sel_algorithm : SelectValue | Nil
- #route_sel_algorithm=(route_sel_algorithm : SelectValue | Nil)
- #routed_call : Int32 | Nil
- #routed_call=(routed_call : Int32 | Nil)
- #routeing_device : Support::Device | Nil
- #routeing_device=(routeing_device : Support::Device | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
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)
#