gpg::ConnectionRequest

#include <nearby_connection_types.h>

接続を確立するためのリクエスト。

概要

パブリック属性

payload
std::vector< uint8_t >
接続リクエストとともに送信されるカスタム メッセージ。
remote_endpoint_id
std::string
接続をリクエストしているリモート エンドポイントの ID。
remote_endpoint_name
std::string
接続をリクエストしているインスタンスの名前。

パブリック属性

payload

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

接続リクエストとともに送信されるカスタム メッセージ。

remote_endpoint_id

std::string gpg::ConnectionRequest::remote_endpoint_id

接続をリクエストしているリモート エンドポイントの ID。

remote_endpoint_name

std::string gpg::ConnectionRequest::remote_endpoint_name

接続をリクエストしているインスタンスの名前。