Stay organized with collections
Save and categorize content based on your preferences.
gpg::EndpointDetails
#include <nearby_connection_types.h>
Details about a remote endpoint that the app has discovered.
Summary
Public attributes
|
endpoint_id
|
std::string
The ID for the remote endpoint.
|
name
|
std::string
The human-readable name of the remote endpoint.
|
service_id
|
std::string
The 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.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-10-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-28 UTC."],[],[],null,["# gpg::EndpointDetails Struct Reference\n\ngpg::EndpointDetails\n====================\n\n`#include \u003cnearby_connection_types.h\u003e`\n\nDetails about a remote endpoint that the app has discovered.\n\nSummary\n-------\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------|---------------------------------------------------------------------|\n| [endpoint_id](#structgpg_1_1_endpoint_details_1a8d14a707048ac5a9efa4a897bc6ab248) | `std::string` The ID for the remote endpoint. |\n| [name](#structgpg_1_1_endpoint_details_1a86883f92c32ca28f6d9754b55319316c) | `std::string` The human-readable name of the remote endpoint. |\n| [service_id](#structgpg_1_1_endpoint_details_1a5b8c155c35eadc7e827745c2e79495b2) | `std::string` The ID of the service running on the remote endpoint. |\n\nPublic attributes\n-----------------\n\n### endpoint_id\n\n```c++\nstd::string gpg::EndpointDetails::endpoint_id\n``` \nThe ID for the remote endpoint. \n\n### name\n\n```c++\nstd::string gpg::EndpointDetails::name\n``` \nThe human-readable name of the remote endpoint. \n\n### service_id\n\n```c++\nstd::string gpg::EndpointDetails::service_id\n``` \nThe ID of the service running on the remote endpoint."]]