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
フィールドに返されます。
パブリック属性
ペイロード
std::vector< uint8_t > gpg::ConnectionResponse::payload
アプリが接続レスポンスとともに送信できるカスタム メッセージ。
remote_endpoint_id
std::string gpg::ConnectionResponse::remote_endpoint_id
接続リクエストが送信されたリモート エンドポイントの ID。