VLink 2.0.0
A high-performance communication middleware
载入中...
搜索中...
未找到
vlink_client_handle_t结构体 参考

Opaque handle for a Client node. 更多...

#include <c_api.h>

vlink_client_handle_t 的协作图:

Public 属性

void * native_handle
void * reserved [4]

详细描述

Opaque handle for a Client node.

Created by vlink_create_client() and destroyed by vlink_destroy_client(). native_handle points to a heap-allocated vlink::Client<vlink::Bytes, vlink::Bytes> object.

类成员变量说明

◆ native_handle

void* vlink_client_handle_t::native_handle

Internal C++ Client object pointer.

◆ reserved

void* vlink_client_handle_t::reserved[4]

Reserved for internal use; do not modify.


该结构体的文档由以下文件生成: