connectionmanager_event.h
来自「AMLOGIC DPF source code」· C头文件 代码 · 共 76 行
H
76 行
/*******************************************************************
*
* Copyright C 2005 by Amlogic, Inc. All Rights Reserved.
*
* Description:
*
* Author: Eric Knudstrup
* Created: Wed Nov 9 15:15:56 2005
*
*******************************************************************/
#ifndef CONNECTIONMANAGER_EVENT_H
#define CONNECTIONMANAGER_EVENT_H
#define CM_STR_BUF_SIZE 512
/*;emacs generated header for file ConnectionManager_event.c. Global function declarations only. */
/**
* Register the ConnectionManager's event variables.
*/
extern int
UPnP_CM_event_init(void);
/**
* Get the value of the ConnectionManager ProtocolInfo variable.
*/
extern char *
UPnP_CM_get_ProtocolInfo(char *buffer, int len);
/**
* Get the value of the ConnectionManager CurrentConnectionIDs variable.
*/
extern char *
UPnP_CM_get_CurrentConnectionIDs(char *buffer, int len);
/**
* Get the value of the ConnectionManager SinkProtocolInfo variable.
*/
extern char *
UPnP_CM_get_SinkProtocolInfo(char *buffer, int len);
/**
* Get the value of the ConnectionManager CurrentConnectionIDs variable.
*/
extern char *
UPnP_CM_get_SourceProtocolInfo(char *buffer, int len);
/**
* Set the value of the ConnectionManager ProtocolInfo variable.
*/
extern int
UPnP_CM_set_ProtocolInfo(char *value);
/**
* Set the value of the ConnectionManager CurrentConnectionIDs variable.
*/
extern int
UPnP_CM_set_CurrentConnectionIDs(char *value);
/**
* Set the value of the ConnectionManager SinkProtocolInfo variable.
*/
extern int
UPnP_CM_set_SinkProtocolInfo(char *value);
/**
* Set the value of the ConnectionManager SourceProtocolInfo variable.
*/
extern int
UPnP_CM_set_SourceProtocolInfo(char *value);
/*;end emacs generated header for file ConnectionManager_event.c. Global function declarations only. */
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?