gpg::
  #include <nearby_connection_types.h>
  建立连接的请求。
摘要
| 公共属性 | |
|---|---|
| payload | std::vector< uint8_t >随关联请求发送的自定义消息。 | 
| remote_endpoint_id | std::string请求连接的远程端点的 ID。 | 
| remote_endpoint_name | std::string请求连接的实例的名称。 | 
公共属性
载荷
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
请求连接的实例的名称。
