r-type  0.0.0
R-Type main
Loading...
Searching...
No Matches
rnp::PacketConnect Struct Reference

CONNECT packet payload. More...

#include <Protocol.hpp>

+ Collaboration diagram for rnp::PacketConnect:

Public Attributes

std::uint8_t nameLen
 
char playerName [32]
 
std::uint32_t clientCaps
 

Detailed Description

CONNECT packet payload.

Definition at line 127 of file Protocol.hpp.

Member Data Documentation

◆ clientCaps

std::uint32_t rnp::PacketConnect::clientCaps

Definition at line 131 of file Protocol.hpp.

◆ nameLen

std::uint8_t rnp::PacketConnect::nameLen

Definition at line 129 of file Protocol.hpp.

◆ playerName

char rnp::PacketConnect::playerName[32]

Definition at line 130 of file Protocol.hpp.


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