Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
гпг:: Ответ соединения
#include <nearby_connection_types.h>
Ответ на запрос подключения.
Краткое содержание
Публичные типы |
---|
StatusCode | перечисление Значения кодов состояния, возвращаемые в поле status . |
Публичные атрибуты |
---|
payload | std::vector< uint8_t > Пользовательское сообщение, которое приложение может отправить вместе с ответом на соединение. |
remote_endpoint_id | std::string Идентификатор удаленной конечной точки, на которую был отправлен запрос на подключение. |
status | Код состояния, указывающий, было ли принято соединение. |
Публичные типы
СтатусКод
gpg::ConnectionResponse::StatusCode
Значения кодов состояния, возвращаемые в поле status
.
Публичные атрибуты
полезная нагрузка
std::vector< uint8_t > gpg::ConnectionResponse::payload
Пользовательское сообщение, которое приложение может отправить вместе с ответом на соединение.
удаленная_конечная точка_id
std::string gpg::ConnectionResponse::remote_endpoint_id
Идентификатор удаленной конечной точки, на которую был отправлен запрос на подключение.
статус
StatusCode gpg::ConnectionResponse::status
Код состояния, указывающий, было ли принято соединение.
Контент и образцы кода на этой странице предоставлены по лицензиям. Java и OpenJDK – это зарегистрированные товарные знаки корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-29 UTC.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-29 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."]]