RigsofRods
Soft-body Physics Simulation
Data Fields
RoRnet::Header Struct Reference

< Common header for every packet More...

#include <RoRnet.h>

Data Fields

uint32_t command
 the command of this packet: MSG2_* More...
 
int32_t source
 source of this command: 0 = server More...
 
uint32_t streamid
 streamid for this command More...
 
uint32_t size
 size of the attached data block More...
 

Detailed Description

< Common header for every packet

Definition at line 132 of file RoRnet.h.

Field Documentation

◆ command

uint32_t RoRnet::Header::command

the command of this packet: MSG2_*

Definition at line 134 of file RoRnet.h.

◆ size

uint32_t RoRnet::Header::size

size of the attached data block

Definition at line 137 of file RoRnet.h.

◆ source

int32_t RoRnet::Header::source

source of this command: 0 = server

Definition at line 135 of file RoRnet.h.

◆ streamid

uint32_t RoRnet::Header::streamid

streamid for this command

Definition at line 136 of file RoRnet.h.


The documentation for this struct was generated from the following file: