zhangmeng
2020-12-01 c95e44f010c06f82d95d4264a90ec230e4bf307e
libcbhomebus_func.h
@@ -190,6 +190,21 @@
 */
typedef int(*tfn_shm_mod_socket_remove_keys) (int*, int);
/**
 * 创建
 */
typedef void *(*tfn_net_mod_server_socket_open)(int port) ;
/**
 * 关闭
 */
typedef void (*tfn_net_mod_server_socket_close)(void *_sockt) ;
/**
 * 启动
 */
typedef int (*tfn_net_mod_server_socket_start)(void *_sockt);
#ifdef __cplusplus
}
#endif