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

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