⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 obex_test_client.h

📁 这是Linux环境下的openobex
💻 H
字号:
#ifndef OBEX_TEST_CLIENT_H#define OBEX_TEST_CLIENT_H#include "obex_test.h"void client_done(obex_t *handle, obex_object_t *object, int obex_cmd, int obex_rsp);void connect_client(obex_t *handle);void connect_client_done(obex_t *handle, obex_object_t *object, int obex_rsp);void disconnect_client(obex_t *handle);void disconnect_client_done(obex_t *handle, obex_object_t *object, int obex_rsp);int fillstream(obex_t *handle, obex_object_t *object);void push_client(obex_t *handle);void put_client(obex_t *handle);void put_client_done(obex_t *handle, obex_object_t *object, int obex_rsp);void get_client(obex_t *handle, struct context *gt);void get_client_done(obex_t *handle, obex_object_t *object, int obex_rsp, char *name);void setpath_client(obex_t *handle);void setpath_client_done(obex_t *handle, obex_object_t *object, int obex_rsp);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -