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。