obex_test_client.h

来自「这是Linux环境下的openobex」· C头文件 代码 · 共 27 行

H
27
字号
#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 + =
减小字号Ctrl + -
显示快捷键?