সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
gpg:: এন্ডপয়েন্ট বিশদ বিবরণ
#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
রিমোট এন্ডপয়েন্টে চলমান পরিষেবার আইডি।
এই পৃষ্ঠার কন্টেন্ট ও কোডের নমুনাগুলি Content License-এ বর্ণিত লাইসেন্সের অধীনস্থ। Java এবং OpenJDK হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-29 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."]]