Rigs of Rods 2023.09
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
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_*
 
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
 

Detailed Description

< Common header for every packet

Definition at line 151 of file RoRnet.h.

Field Documentation

◆ 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: