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

📄 xsupgui.h

📁 linux 下通过802.1认证的安装包
💻 H
字号:
/**
 *
 * Licensed under a dual GPL/BSD license.  (See LICENSE file for more info.)
 *
 * \file xsupgui.h
 *
 * \author chris@open1x.org
 *
 * $Id: xsupgui.h,v 1.5.2.9 2007/06/26 18:05:28 chessing Exp $
 * $Date: 2007/06/26 18:05:28 $
 **/

#ifndef _XSUPGUI_H_
#define _XSUPGUI_H_

#ifndef WINDOWS
#include <sys/socket.h>
#include <netinet/in.h>
#include <inttypes.h>
#endif

#include <libxml/parser.h>

int xsupgui_connect();
int xsupgui_connect_event_listener();
int xsupgui_disconnect();
int xsupgui_disconnect_event_listener();
int xsupgui_process(int *);
int xsupgui_send_to_event(unsigned char *, int);
int xsupgui_send(unsigned char *, int, unsigned char **, int *);
xmlDocPtr xsupgui_get_event_doc();
void xsupgui_free_event_doc();

#endif

⌨️ 快捷键说明

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