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

# `t`

```elixir
@type t() :: %Common.Message.MemoryVect{
  address: XMAVLink.Types.uint16_t(),
  type: XMAVLink.Types.uint8_t(),
  value: [XMAVLink.Types.int8_t()],
  ver: XMAVLink.Types.uint8_t()
}
```

Send raw controller memory. The use of this message is discouraged for normal packets, but a quite efficient way for testing new messages and getting experimental debug output.

---

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