gpg::
  #include <nearby_connection_types.h>
  Details about a remote endpoint that the app has discovered.
Summary
| Public attributes | |
|---|---|
| endpoint_id | std::stringThe ID for the remote endpoint.  | 
| name | std::stringThe human-readable name of the remote endpoint.  | 
| service_id | std::stringThe ID of the service running on the remote endpoint.  | 
Public attributes
endpoint_id
std::string gpg::EndpointDetails::endpoint_id
The ID for the remote endpoint.
name
std::string gpg::EndpointDetails::name
The human-readable name of the remote endpoint.
service_id
std::string gpg::EndpointDetails::service_id
The ID of the service running on the remote endpoint.
