با مجموعهها، منظم بمانید
ذخیره و دستهبندی محتوا براساس اولویتهای شما.
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
نام نمونه ای که درخواست اتصال می کند.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-14 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2024-11-14 بهوقت ساعت هماهنگ جهانی."],[[["`gpg::ConnectionRequest` is a class that represents a request to establish a connection."],["It includes attributes for a custom payload, the remote endpoint's ID, and the remote endpoint's name."],["These attributes provide information about the connection request, such as the message sent with it and the identity of the requesting endpoint."]]],[]]