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

📄 event.h

📁 linux下简单对象应用协议的开发库
💻 H
字号:
//gsoap ns service name:	Event service is a simple remote event handler//gsoap ns service style:	rpc//gsoap ns service encoding:	encoded//gsoap ns service namespace:	http://www.cs.fsu.edu/~engelen/event.wsdl//gsoap ns service location:	http://localhost:18000//gsoap ns schema namespace: urn:eventenum ns__event { EVENT_A, EVENT_B, EVENT_C, EVENT_Z };//gsoap ns service method-action: handle "event"//gsoap ns service method-documentation: handle handles asynchronous eventsint ns__handle(enum ns__event event, void);

⌨️ 快捷键说明

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