gpg::EndpointDetails

#include <nearby_connection_types.h>

应用已发现的远程端点的详细信息。

摘要

公共属性

endpoint_id
std::string
远程端点的 ID。
name
std::string
人类可读的远程端点名称。
service_id
std::string
在远程端点上运行的服务的 ID。

公共属性

endpoint_id

std::string gpg::EndpointDetails::endpoint_id

远程端点的 ID。

name

std::string gpg::EndpointDetails::name

人类可读的远程端点名称。

service_id

std::string gpg::EndpointDetails::service_id

在远程端点上运行的服务的 ID。