View Source A2S.MultiPacketHeader (elixir_a2s v0.3.1)

Struct representing a multi-packet response header.

Link to this section Summary

Link to this section Types

@type t() :: %A2S.MultiPacketHeader{
  id: integer(),
  index: byte(),
  size: integer(),
  total: byte()
}