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