struct Client::DialForDeviceList
- Client::DialForDeviceList
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Client/CATS_Specials.pb.crConstant Summary
-
FIELDS =
{1 => {name: :devices, pb_type: DialForDevice, crystal_type: DialForDevice, cast_type: Array(DialForDevice)?, native: false, optional: true, repeated: true, default: nil, packed: false}, 2 => {name: :selected_device, pb_type: :int32, crystal_type: Int32, cast_type: Int32?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
- .new(buf : Protobuf::Buffer)
- .new(devices : Array(DialForDevice) | Nil = nil, selected_device : Int32 | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #devices : Array(DialForDevice) | Nil
- #devices=(devices : Array(DialForDevice) | Nil)
- #selected_device : Int32 | Nil
- #selected_device=(selected_device : Int32 | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf