gpg::ConnectionResponse

#include <nearby_connection_types.h>

接続リクエストに対するレスポンス。

概要

パブリック タイプ

StatusCode enum
status フィールドに返されるステータス コードの値。

パブリック属性

payload
std::vector< uint8_t >
アプリが接続レスポンスとともに送信できるカスタム メッセージ。
remote_endpoint_id
std::string
接続リクエストが送信されたリモート エンドポイントの ID。
status
接続が受け入れられたかどうかを示すステータス コード。

パブリック タイプ

StatusCode

 gpg::ConnectionResponse::StatusCode

status フィールドに返されるステータス コードの値。

パブリック属性

payload

std::vector< uint8_t > gpg::ConnectionResponse::payload

アプリが接続レスポンスとともに送信できるカスタム メッセージ。

remote_endpoint_id

std::string gpg::ConnectionResponse::remote_endpoint_id

接続リクエストが送信されたリモート エンドポイントの ID。

獲得する

StatusCode gpg::ConnectionResponse::status

接続が受け入れられたかどうかを示すステータス コード。