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

# `t`

```elixir
@type t() :: %Common.Message.NamedValueInt{
  name: [char()],
  time_boot_ms: XMAVLink.Types.uint32_t(),
  value: XMAVLink.Types.int32_t()
}
```

Send a key-value pair as integer. 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*
