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