gpg::ConnectionResponse

#include <nearby_connection_types.h>

连接请求的响应。

摘要

公共类型

StatusCode 枚举
status 字段中返回的状态代码值。

公共属性

payload
std::vector< uint8_t >
应用可以与连接响应一起发送的自定义消息。
remote_endpoint_id
std::string
发送连接请求的远程端点的 ID。
status
指示连接是否已接受的状态代码。

公共类型

StatusCode

 gpg::ConnectionResponse::StatusCode

status 字段中返回的状态代码值。

公共属性

payload

std::vector< uint8_t > gpg::ConnectionResponse::payload

应用可以与连接响应一起发送的自定义消息。

remote_endpoint_id

std::string gpg::ConnectionResponse::remote_endpoint_id

发送连接请求的远程端点的 ID。

status

StatusCode gpg::ConnectionResponse::status

指示连接是否已接受的状态代码。