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

📄 upnpevents.h

📁 miniupnpd可以在嵌入式linux中实现upnp功能
💻 H
字号:
/* $Id: upnpevents.h,v 1.8 2008/04/26 22:37:30 nanard Exp $ *//* MiniUPnP project * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ * (c) 2008 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */#ifndef __UPNPEVENTS_H__#define __UPNPEVENTS_H__#ifdef ENABLE_EVENTSenum subscriber_service_enum { EWanCFG = 1, EWanIPC, EL3F};voidupnp_event_var_change_notify(enum subscriber_service_enum service);const char *upnpevents_addSubscriber(const char * eventurl,                         const char * callback, int callbacklen,                         int timeout);intupnpevents_removeSubscriber(const char * sid, int sidlen);intrenewSubscription(const char * sid, int sidlen, int timeout);void upnpevents_selectfds(fd_set *readset, fd_set *writeset, int * max_fd);void upnpevents_processfds(fd_set *readset, fd_set *writeset);#ifdef USE_MINIUPNPDCTLvoid write_events_details(int s);#endif#endif#endif

⌨️ 快捷键说明

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