সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
gpg:: সংযোগের অনুরোধ
#include <nearby_connection_types.h>
একটি সংযোগ স্থাপন করার জন্য একটি অনুরোধ.
সারাংশ
পাবলিক বৈশিষ্ট্য |
---|
payload | std::vector< uint8_t > সংযোগের অনুরোধের সাথে একটি কাস্টম বার্তা পাঠানো হয়েছে৷ |
remote_endpoint_id | std::string রিমোট এন্ডপয়েন্টের আইডি যা একটি সংযোগের জন্য অনুরোধ করছে। |
remote_endpoint_name | std::string একটি সংযোগের অনুরোধ করা উদাহরণের নাম৷ |
পাবলিক বৈশিষ্ট্য
পেলোড
std::vector< uint8_t > gpg::ConnectionRequest::payload
সংযোগের অনুরোধের সাথে একটি কাস্টম বার্তা পাঠানো হয়েছে৷
remote_endpoint_id
std::string gpg::ConnectionRequest::remote_endpoint_id
রিমোট এন্ডপয়েন্টের আইডি যা একটি সংযোগের জন্য অনুরোধ করছে।
remote_endpoint_name
std::string gpg::ConnectionRequest::remote_endpoint_name
একটি সংযোগের অনুরোধ করা উদাহরণের নাম৷
এই পৃষ্ঠার কন্টেন্ট ও কোডের নমুনাগুলি Content License-এ বর্ণিত লাইসেন্সের অধীনস্থ। Java এবং OpenJDK হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# gpg::ConnectionRequest Struct Reference\n\ngpg::ConnectionRequest\n======================\n\n`#include \u003cnearby_connection_types.h\u003e`\n\nA request to establish a connection.\n\nSummary\n-------\n\n| ### Public attributes ||\n|----------------------------------------------------------------------------------------------|------------------------------------------------------------------------------|\n| [payload](#structgpg_1_1_connection_request_1a28023285a3a3aa00ff67567517ceafef) | `std::vector\u003c uint8_t \u003e` A custom message sent with the connection request. |\n| [remote_endpoint_id](#structgpg_1_1_connection_request_1a5255399171cda9c7aacd60eeec37b635) | `std::string` The ID of the remote endpoint that is requesting a connection. |\n| [remote_endpoint_name](#structgpg_1_1_connection_request_1ac4f4c3030d3649975e90b55fa53e3f69) | `std::string` The name of the instance that is requesting a connection. |\n\nPublic attributes\n-----------------\n\n### payload\n\n```c++\nstd::vector\u003c uint8_t \u003e gpg::ConnectionRequest::payload\n``` \nA custom message sent with the connection request. \n\n### remote_endpoint_id\n\n```c++\nstd::string gpg::ConnectionRequest::remote_endpoint_id\n``` \nThe ID of the remote endpoint that is requesting a connection. \n\n### remote_endpoint_name\n\n```c++\nstd::string gpg::ConnectionRequest::remote_endpoint_name\n``` \nThe name of the instance that is requesting a connection."]]