# `Common.Message.SupportedTunes`
[🔗](https://github.com/fancydrones/xmavlink/blob/main/lib/common.ex#L11580)

# `t`

```elixir
@type t() :: %Common.Message.SupportedTunes{
  format: MapSet.t(Common.Types.tune_format()),
  target_component: XMAVLink.Types.uint8_t(),
  target_system: XMAVLink.Types.uint8_t()
}
```

Tune formats supported by vehicle. This should be emitted as response to MAV_CMD_REQUEST_MESSAGE.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
