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

# `t`

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

Request all parameters of this component. All parameters should be emitted in response as PARAM_EXT_VALUE.

---

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