< Common header for every packet
More...
#include <RoRnet.h>
|
| uint32_t | command |
| | the command of this packet: MSG2_*
|
| |
| int32_t | source |
| | source of this command: 0 = server
|
| |
| uint32_t | streamid |
| | streamid for this command
|
| |
| uint32_t | size |
| | size of the attached data block
|
| |
< Common header for every packet
Definition at line 151 of file RoRnet.h.
◆ command
| uint32_t RoRnet::Header::command |
the command of this packet: MSG2_*
Definition at line 153 of file RoRnet.h.
◆ size
| uint32_t RoRnet::Header::size |
size of the attached data block
Definition at line 156 of file RoRnet.h.
◆ source
| int32_t RoRnet::Header::source |
source of this command: 0 = server
Definition at line 154 of file RoRnet.h.
◆ streamid
| uint32_t RoRnet::Header::streamid |
streamid for this command
Definition at line 155 of file RoRnet.h.
The documentation for this struct was generated from the following file: