struct Apps::SetDialMode
- Apps::SetDialMode
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-Apps/CATS_Specials.pb.crConstant Summary
-
FIELDS =
{1 => {name: :use_external_device, pb_type: :bool, crystal_type: Bool, cast_type: Bool, native: true, optional: false, repeated: false, default: nil, packed: false}, 2 => {name: :device_id, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
Class Method Summary
Instance Method Summary
- #[](key : String)
- #device_id : String | Nil
- #device_id=(device_id : String | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #use_external_device : Bool
- #use_external_device=(use_external_device : Bool)