gpg::
  #include <nearby_connection_types.h>
  建立連線的要求。
摘要
| 公開屬性 | |
|---|---|
| payload | std::vector< uint8_t >與連線要求一併傳送的自訂訊息。 | 
| remote_endpoint_id | std::string要求連線的遠端端點 ID。 | 
| remote_endpoint_name | std::string要求連線的執行個體名稱。 | 
公開屬性
payload
std::vector< uint8_t > gpg::ConnectionRequest::payload
與連線要求一併傳送的自訂訊息。
remote_endpoint_id
std::string gpg::ConnectionRequest::remote_endpoint_id
要求連線的遠端端點 ID。
remote_endpoint_name
std::string gpg::ConnectionRequest::remote_endpoint_name
要求連線的執行個體名稱。
