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。

名稱

std::string gpg::EndpointDetails::name

使用者可理解的遠端端點名稱。

service_id

std::string gpg::EndpointDetails::service_id

在遠端端點上執行的服務 ID。