Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
TransportMessage Struct Reference

#include <NetworkDefs.h>

Public Attributes

TransportMessageHeader header
 
UnsignedByte data [MAX_MESSAGE_LEN]
 
Int length
 
UnsignedInt addr
 
UnsignedShort port
 

Detailed Description

Transport message - encapsulating info kept by the transport layer about each packet. These structs make up the in/out buffers at the transport layer.

Definition at line 92 of file NetworkDefs.h.

Member Data Documentation

◆ addr

UnsignedInt TransportMessage::addr

Definition at line 97 of file NetworkDefs.h.

◆ data

UnsignedByte TransportMessage::data[MAX_MESSAGE_LEN]

Definition at line 95 of file NetworkDefs.h.

◆ header

TransportMessageHeader TransportMessage::header

Definition at line 94 of file NetworkDefs.h.

◆ length

Int TransportMessage::length

Definition at line 96 of file NetworkDefs.h.

◆ port

UnsignedShort TransportMessage::port

Definition at line 98 of file NetworkDefs.h.


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