struct Apps::CallControlMessages::SingleStepTransResult
- Apps::CallControlMessages::SingleStepTransResult
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Apps/CATS_Call_Control_Services.pb.crConstant Summary
-
FIELDS =
{1 => {name: :transferred_call, pb_type: :int64, crystal_type: Int64, cast_type: Int64?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :connections, pb_type: Support::Device, crystal_type: Support::Device, cast_type: Array(Support::Device)?, native: false, optional: true, repeated: true, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
- .new(buf : Protobuf::Buffer)
- .new(transferred_call : Int64 | Nil = nil, connections : Array(Support::Device) | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #connections : Array(Support::Device) | Nil
- #connections=(connections : Array(Support::Device) | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #transferred_call : Int64 | Nil
- #transferred_call=(transferred_call : Int64 | Nil)
Constructor Detail
def self.new(transferred_call : Int64 | Nil = nil, connections : Array(Support::Device) | Nil = nil)
#