📄 epirpnotifications.idl
字号:
//File: EPIRPNotifications.idl
#ifndef _EP_IRP_NOTIFICATIONS_IDL_
#define _EP_IRP_NOTIFICATIONS_IDL_
#include <NotificationIRPNotifications.idl>
#include <EPIRPConstDefs.idl>
// This statement must appear after all include statements
#pragma prefix "3gppsa5.org"
/* ## Module: EPIRPNotifications
*/
module EPIRPNotifications
{
interface NotifyIRPInfoChanges: NotificationIRPNotifications::Notify
{
const string ET_IRPINFO_CHANGES = "notifyIrpInfoChanges";
/**
* This constant defines the name of the iRPDn property.
* The data type for the value of this property
* is DN.
*/
const string IRP_DN =
EPIRPConstDefs::AttributeNameValue::IRP_DN;
/**
* This constant defines the name of the changeMode property.
* The data type for the value of this property is ChangeMode.
*/
const string CHANGE_MODE =
EPIRPConstDefs::AttributeNameValue::CHANGE_MODE;
/**
* This constant defines the name of the additionalText property.
* The data type for the value of this property is string.
*/
const string ADDITIONAL_TEXT =
EPIRPConstDefs::AttributeNameValue::ADDITIONAL_TEXT;
};
};
#endif // _EP_IRP_NOTIFICATIONS_IDL_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -