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

# `t`

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

Request one or more events to be (re-)sent. If first_sequence==last_sequence, only a single event is requested. Note that first_sequence can be larger than last_sequence (because the sequence number can wrap). Each sequence will trigger an EVENT or EVENT_ERROR response.

---

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