संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
gpg::EndpointDetails
#include <nearby_connection_types.h>
ऐप्लिकेशन को मिले रिमोट एंडपॉइंट के बारे में जानकारी.
खास जानकारी
सार्वजनिक विशेषताएं
|
endpoint_id
|
std::string
रिमोट एंडपॉइंट का आईडी.
|
name
|
std::string
रिमोट एंडपॉइंट का नाम, जिसे कोई भी व्यक्ति आसानी से पढ़ सकता है.
|
service_id
|
std::string
रिमोट एंडपॉइंट पर चल रही सेवा का आईडी.
|
सार्वजनिक विशेषताएं
endpoint_id
std::string gpg::EndpointDetails::endpoint_id
नाम
std::string gpg::EndpointDetails::name
रिमोट एंडपॉइंट का नाम, जिसे कोई भी व्यक्ति आसानी से पढ़ सकता है.
service_id
std::string gpg::EndpointDetails::service_id
रिमोट एंडपॉइंट पर चल रही सेवा का आईडी.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-27 (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."]]