intel_upnp.h
来自「intel upnp stack source code」· C头文件 代码 · 共 34 行
H
34 行
#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 + =
减小字号Ctrl + -
显示快捷键?