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

📄 intel_upnp.h

📁 intel upnp stack source code
💻 H
字号:
#ifndef __INTEL_UPNP_H__#define __INTEL_UPNP_H__#include "rmdef/rmdef.h"/**  * The registration operation for Intel UPnP stack * @param upnp_stack_data - private data from the ms_upnp_extension (given on *                          init, see new_ms_device) * @param message -  registration message to send * @param message_size - size of the registration message * @return < 0 on error */RMint32  intel_registration_start_op(		void * upnp_stack_data,		RMascii *message,		RMuint32 message_size);/**  * Validation operation for Intel UPnP stack * @param upnp_stack_data - private data from the ms_upnp_extension (given on *                          init, see new_ms_device) * @return < 0 on error */RMint32 intel_validation_check_op(		void * upnp_stack_data);/** * Init Intel UPnP stack  */RMstatus intel_upnp_init(void);void intel_upnp_uninit(void);#endif /* __INTEL_UPNP_H__ */

⌨️ 快捷键说明

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