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

请求建立连接的实例名称。