Stay organized with collections
Save and categorize content based on your preferences.
gpg::RealTimeMultiplayerManager::RealTimeRoomResponse
#include <real_time_multiplayer_manager.h>
Data
and ResponseStatus
for a specific RealTimeRoom
object.
Summary
The room value is only valid if IsSuccess()
returns true for ResponseStatus
.
Public attributes
|
room
|
|
status
|
The status of the operation that generated this response.
|
Public attributes
room
RealTimeRoom gpg::RealTimeMultiplayerManager::RealTimeRoomResponse::room
The RealTimeRoom
object for this response.
Valid()
only returns true for the room if IsSuccess()
returns true for status
.
status
MultiplayerStatus gpg::RealTimeMultiplayerManager::RealTimeRoomResponse::status
The status of the operation that generated this response.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-10-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-28 UTC."],[],[],null,["# gpg::RealTimeMultiplayerManager::RealTimeRoomResponse Struct Reference\n\ngpg::RealTimeMultiplayerManager::RealTimeRoomResponse\n=====================================================\n\n`#include \u003creal_time_multiplayer_manager.h\u003e`\n\n`Data` and `ResponseStatus` for a specific [RealTimeRoom](/games/services/cpp/api/class/gpg/real-time-room#classgpg_1_1_real_time_room) object.\n\nSummary\n-------\n\nThe room value is only valid if [IsSuccess()](/games/services/cpp/api/namespace/gpg#namespacegpg_1a61c5fcddb17a1efad15d843513d61d56) returns true for `ResponseStatus`.\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [room](#structgpg_1_1_real_time_multiplayer_manager_1_1_real_time_room_response_1a869f54221bedf15cbe299d91d37f76ab) | [RealTimeRoom](/games/services/cpp/api/class/gpg/real-time-room#classgpg_1_1_real_time_room) The [RealTimeRoom](/games/services/cpp/api/class/gpg/real-time-room#classgpg_1_1_real_time_room) object for this response. |\n| [status](#structgpg_1_1_real_time_multiplayer_manager_1_1_real_time_room_response_1a4bd03cf1c02776c29a4fed469a2a12d9) | [MultiplayerStatus](/games/services/cpp/api/namespace/gpg#namespacegpg_1ad9430a5d223ce8fb0fe78d07e6b183b4) The status of the operation that generated this response. |\n\nPublic attributes\n-----------------\n\n### room\n\n```c++\nRealTimeRoom gpg::RealTimeMultiplayerManager::RealTimeRoomResponse::room\n``` \nThe [RealTimeRoom](/games/services/cpp/api/class/gpg/real-time-room#classgpg_1_1_real_time_room) object for this response.\n\n`Valid()` only returns true for the room if [IsSuccess()](/games/services/cpp/api/namespace/gpg#namespacegpg_1a61c5fcddb17a1efad15d843513d61d56) returns true for `status`. \n\n### status\n\n```c++\nMultiplayerStatus gpg::RealTimeMultiplayerManager::RealTimeRoomResponse::status\n``` \nThe status of the operation that generated this response."]]