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

请求连接的实例的名称。