struct Apps::Forwarding

Included Modules

Defined in:

pb-Apps/CATS_Helper.pb.cr

Constant 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

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(buf : Protobuf::Buffer) #

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) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def art : Forwarding::ForwardingArt | Nil #

def art=(art : Forwarding::ForwardingArt | Nil) #

def case : Forwarding::ForwardingCase | Nil #

def case=(case __arg0 : Forwarding::ForwardingCase | Nil) #

def dest_datatset : CATSDataSet | Nil #

def dest_datatset=(dest_datatset : CATSDataSet | Nil) #

def dest_device_name : String | Nil #

def dest_device_name=(dest_device_name : String | Nil) #

def dest_deviceid : String | Nil #

def dest_deviceid=(dest_deviceid : String | Nil) #

def ring_count : Int32 | Nil #

def ring_count=(ring_count : Int32 | Nil) #

def state : Bool #

def state=(state : Bool) #

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

def to_protobuf #