PGE API 0.4
PR00F's Game Engine full documentation
Loading...
Searching...
No Matches
pge_network::MsgAppArea Struct Reference

Detailed Description

Definition at line 171 of file PgePacket.h.

#include <PgePacket.h>

Public Types

typedef uint8_t TAreaLength
 

Static Public Attributes

static const TAreaLength nMaxMessagesAreaLengthBytes = std::numeric_limits<TAreaLength>::max()
 

Private Attributes

uint8_t m_nMessageCount
 
TAreaLength m_nActualMessagesAreaLength
 
TByte m_cData [nMaxMessagesAreaLengthBytes]
 

Friends

class PgePacketTest
 
struct PgePacket
 

Member Typedef Documentation

◆ TAreaLength

Definition at line 177 of file PgePacket.h.

Friends And Related Symbol Documentation

◆ PgePacket

friend struct PgePacket
friend

Definition at line 174 of file PgePacket.h.

◆ PgePacketTest

friend class PgePacketTest
friend

Definition at line 173 of file PgePacket.h.

Member Data Documentation

◆ m_cData

TByte pge_network::MsgAppArea::m_cData[nMaxMessagesAreaLengthBytes]
private

Definition at line 190 of file PgePacket.h.

◆ m_nActualMessagesAreaLength

TAreaLength pge_network::MsgAppArea::m_nActualMessagesAreaLength
private

Definition at line 183 of file PgePacket.h.

◆ m_nMessageCount

uint8_t pge_network::MsgAppArea::m_nMessageCount
private

Definition at line 182 of file PgePacket.h.

◆ nMaxMessagesAreaLengthBytes

const TAreaLength pge_network::MsgAppArea::nMaxMessagesAreaLengthBytes = std::numeric_limits<TAreaLength>::max()
static

Definition at line 179 of file PgePacket.h.


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