struct MUX::Forwarding
- MUX::Forwarding
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-MUX/CATS_Helper.pb.crConstant Summary
-
FIELDS =
{1 => {name: :state, pb_type: :bool, crystal_type: Bool, cast_type: Bool, native: true, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :dest_deviceid, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :art, pb_type: Forwarding::ForwardingArt, crystal_type: Forwarding::ForwardingArt, cast_type: Forwarding::ForwardingArt?, native: false, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :case, pb_type: Forwarding::ForwardingCase, crystal_type: Forwarding::ForwardingCase, cast_type: Forwarding::ForwardingCase?, native: false, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :ring_count, pb_type: :int32, crystal_type: Int32, cast_type: Int32?, native: true, optional: true, repeated: false, default: nil, packed: false}, 6 => {name: :dest_device_name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 7 => {name: :dest_datatset, pb_type: CATSDataSet, crystal_type: CATSDataSet, cast_type: CATSDataSet?, native: false, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
- .new(buf : Protobuf::Buffer)
- .new(state : Bool, dest_deviceid : String | Nil = nil, art : Forwarding::ForwardingArt | Nil = nil, case __arg0 : Forwarding::ForwardingCase | Nil = nil, ring_count : Int32 | Nil = nil, dest_device_name : String | Nil = nil, dest_datatset : CATSDataSet | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #art : Forwarding::ForwardingArt | Nil
- #art=(art : Forwarding::ForwardingArt | Nil)
- #case : Forwarding::ForwardingCase | Nil
- #case=(case __arg0 : Forwarding::ForwardingCase | Nil)
- #dest_datatset : CATSDataSet | Nil
- #dest_datatset=(dest_datatset : CATSDataSet | Nil)
- #dest_device_name : String | Nil
- #dest_device_name=(dest_device_name : String | Nil)
- #dest_deviceid : String | Nil
- #dest_deviceid=(dest_deviceid : String | Nil)
- #ring_count : Int32 | Nil
- #ring_count=(ring_count : Int32 | Nil)
- #state : Bool
- #state=(state : Bool)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(state : Bool, dest_deviceid : String | Nil = nil, art : Forwarding::ForwardingArt | Nil = nil, case __arg0 : Forwarding::ForwardingCase | Nil = nil, ring_count : Int32 | Nil = nil, dest_device_name : String | Nil = nil, dest_datatset : CATSDataSet | Nil = nil)
#