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

Public Attributes

Int id
 
NetMessageFlags flags
 
UnsignedByte data [MAX_MESSAGE_LEN]
 
time_t lastSendTime
 
Int retries
 
Int length
 

Detailed Description

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

Definition at line 78 of file Network.cpp.

Member Data Documentation

◆ data

UnsignedByte ConnectionMessage::data[MAX_MESSAGE_LEN]

Definition at line 82 of file Network.cpp.

◆ flags

NetMessageFlags ConnectionMessage::flags

Definition at line 81 of file Network.cpp.

◆ id

Int ConnectionMessage::id

Definition at line 80 of file Network.cpp.

◆ lastSendTime

time_t ConnectionMessage::lastSendTime

Definition at line 83 of file Network.cpp.

◆ length

Int ConnectionMessage::length

Definition at line 85 of file Network.cpp.

◆ retries

Int ConnectionMessage::retries

Definition at line 84 of file Network.cpp.


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