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
اسم المثيل الذي يطلب الاتصال.