จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
gpg::RealTimeMultiplayerManager::RealTimeRoomResponse
#include <real_time_multiplayer_manager.h>
Data
และ ResponseStatus
สำหรับออบเจ็กต์ RealTimeRoom
ที่เจาะจง
สรุป
ค่าห้องจะใช้ได้เมื่อ IsSuccess()
แสดงผลเป็น true สำหรับ ResponseStatus
เท่านั้น
แอตทริบิวต์สาธารณะ
|
room
|
|
status
|
สถานะของการดำเนินการที่สร้างคำตอบนี้
|
แอตทริบิวต์สาธารณะ
ห้อง
RealTimeRoom gpg::RealTimeMultiplayerManager::RealTimeRoomResponse::room
ออบเจ็กต์ RealTimeRoom
สำหรับคำตอบนี้
Valid()
จะแสดงผลค่าที่เป็นจริงสำหรับห้องแชทเมื่อ IsSuccess()
แสดงผลเป็น "จริง" สำหรับ status
เท่านั้น
สถานะ
MultiplayerStatus gpg::RealTimeMultiplayerManager::RealTimeRoomResponse::status
สถานะของการดำเนินการที่สร้างคำตอบนี้
ตัวอย่างเนื้อหาและโค้ดในหน้าเว็บนี้ขึ้นอยู่กับใบอนุญาตที่อธิบายไว้ในใบอนุญาตการใช้เนื้อหา Java และ OpenJDK เป็นเครื่องหมายการค้าหรือเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-27 UTC
[null,null,["อัปเดตล่าสุด 2025-07-27 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."]]