Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
gpg::ConnectionResponse
#include <nearby_connection_types.h>
Phản hồi cho yêu cầu kết nối.
Tóm tắt
Loại công khai
|
StatusCode
|
enum Giá trị mã trạng thái được trả về trong trường status . |
Các thuộc tính công khai
|
payload
|
std::vector< uint8_t >
Một thông báo tuỳ chỉnh mà ứng dụng có thể gửi cùng với phản hồi kết nối.
|
remote_endpoint_id
|
std::string
Mã của điểm cuối từ xa mà yêu cầu kết nối đã được gửi tới.
|
status
|
Mã trạng thái cho biết kết nối đã được chấp nhận hay chưa.
|
Loại công khai
StatusCode
gpg::ConnectionResponse::StatusCode
Giá trị mã trạng thái được trả về trong trường status
.
Các thuộc tính công khai
tải trọng
std::vector< uint8_t > gpg::ConnectionResponse::payload
Một thông báo tuỳ chỉnh mà ứng dụng có thể gửi cùng với phản hồi kết nối.
remote_endpoint_id
std::string gpg::ConnectionResponse::remote_endpoint_id
Mã của điểm cuối từ xa mà yêu cầu kết nối đã được gửi tới.
trạng thái
StatusCode gpg::ConnectionResponse::status
Mã trạng thái cho biết kết nối đã được chấp nhận hay chưa.
Nội dung và mã mẫu trên trang này phải tuân thủ các giấy phép như mô tả trong phần Giấy phép nội dung. Java và OpenJDK là nhãn hiệu hoặc nhãn hiệu đã đăng ký của Oracle và/hoặc đơn vị liên kết của Oracle.
Cập nhật lần gần đây nhất: 2025-07-27 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-27 UTC."],[],[],null,["# gpg::ConnectionResponse Struct Reference\n\ngpg::ConnectionResponse\n=======================\n\n`#include \u003cnearby_connection_types.h\u003e`\n\nA response to a connection request.\n\nSummary\n-------\n\n| ### Public types ||\n|-------------------------------------------------------------------------------------|---------------------------------------------------------|\n| [StatusCode](#structgpg_1_1_connection_response_1a120a0d5fbf17843345f96c502c05c17a) | enum Status code values returned in the `status` field. |\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [payload](#structgpg_1_1_connection_response_1a57041d0a06a05aa78d5abaf80fcbdb05) | `std::vector\u003c uint8_t \u003e` A custom message that the app can send with the connection response. |\n| [remote_endpoint_id](#structgpg_1_1_connection_response_1a87f9712d85f7ad126681fdf3b63fe3c0) | `std::string` The ID of the remote endpoint to which a connection request was sent. |\n| [status](#structgpg_1_1_connection_response_1a0dce7adbcc19b501e6d6ce62da7fb64d) | [StatusCode](/games/services/cpp/api/struct/gpg/connection-response#structgpg_1_1_connection_response_1a120a0d5fbf17843345f96c502c05c17a) The status code indicating whether the connection was accepted. |\n\nPublic types\n------------\n\n### StatusCode\n\n```c++\n gpg::ConnectionResponse::StatusCode\n``` \nStatus code values returned in the `status` field.\n\nPublic attributes\n-----------------\n\n### payload\n\n```c++\nstd::vector\u003c uint8_t \u003e gpg::ConnectionResponse::payload\n``` \nA custom message that the app can send with the connection response. \n\n### remote_endpoint_id\n\n```c++\nstd::string gpg::ConnectionResponse::remote_endpoint_id\n``` \nThe ID of the remote endpoint to which a connection request was sent. \n\n### status\n\n```c++\nStatusCode gpg::ConnectionResponse::status\n``` \nThe status code indicating whether the connection was accepted."]]