LOBBY_JOIN_RESPONSE packet payload. More...
#include <Protocol.hpp>
Collaboration diagram for rnp::PacketLobbyJoinResponse:Public Attributes | |
| std::uint32_t | lobbyId |
| std::uint8_t | success |
| std::uint16_t | errorCode |
| LobbyInfo | lobbyInfo |
LOBBY_JOIN_RESPONSE packet payload.
Definition at line 289 of file Protocol.hpp.
| std::uint16_t rnp::PacketLobbyJoinResponse::errorCode |
Definition at line 293 of file Protocol.hpp.
Referenced by rnp::Serializer::deserializeLobbyJoinResponse(), eng::AsioClient::handleLobbyJoinResponse(), srv::AsioServer::sendLobbyJoinResponse(), and rnp::Serializer::serializeLobbyJoinResponse().
| std::uint32_t rnp::PacketLobbyJoinResponse::lobbyId |
Definition at line 291 of file Protocol.hpp.
Referenced by rnp::Serializer::deserializeLobbyJoinResponse(), eng::AsioClient::handleLobbyJoinResponse(), srv::AsioServer::sendLobbyJoinResponse(), and rnp::Serializer::serializeLobbyJoinResponse().
| LobbyInfo rnp::PacketLobbyJoinResponse::lobbyInfo |
Definition at line 294 of file Protocol.hpp.
Referenced by rnp::Serializer::deserializeLobbyJoinResponse(), eng::AsioClient::handleLobbyJoinResponse(), srv::AsioServer::sendLobbyJoinResponse(), and rnp::Serializer::serializeLobbyJoinResponse().
| std::uint8_t rnp::PacketLobbyJoinResponse::success |
Definition at line 292 of file Protocol.hpp.
Referenced by rnp::Serializer::deserializeLobbyJoinResponse(), eng::AsioClient::handleLobbyJoinResponse(), srv::AsioServer::sendLobbyJoinResponse(), and rnp::Serializer::serializeLobbyJoinResponse().