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。

status

StatusCode gpg::ConnectionResponse::status

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