קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
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."]]