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

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