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

📄 notificationlogirpnotifications.idl

📁 UCS (Ultra Corba Simulator) is one more powerful corba client/servant simulator tool than other simi
💻 IDL
字号:
// File: NotificationLogIRPNotifications.idl

#ifndef _NOTIFICATIONLOGIRPNOTIFICATIONS_IDL_
#define _NOTIFICATIONLOGIRPNOTIFICATIONS_IDL_

#include "NotificationIRPNotifications.idl"

// This statement must appear after all include statements
#pragma prefix "3gppsa5.org"

module NotificationLogIRPNotifications
{

    interface NotifyLogSubscribed: NotificationIRPNotifications::Notify
    {
        const string NOTIFY_LOG_SUBSRIBED = "x1";
        const string LOG_SUBSCRIPTION_ID = "id";
        const string LOGGING_END_TIME = "loggingEndTime";
        const string NOTIFICATION_CATEGORIES = "categories";
        const string FILTER = "filter";

    };

    interface NotifyLogUnubscribed: NotificationIRPNotifications::Notify
    {
        const string NOTIFY_LOG_UNSUBSCRIBED = "x2";
        const string LOG_SUBSCRIPTION_ID = "id";
    };

    interface NotifyLogOccupancyLevelCrossed:
        NotificationIRPNotifications::Notify
    {
        const string NOTIFY_LOG_OCCUPANCY_LEVEL_CROSSED = "x3";
        const string LOG_SUBSCRIPTION_ID = "id";
        const string CURRENT_OCCUPANCY_LEVEL = "level";
        const string LOG_FULL_ACTION = "fullAction";
    };

    interface NotifyLoggingResumed: NotificationIRPNotifications::Notify
    {
        const string NOTIFY_LOGGING_RESUMED = "x4";
        const string LOG_SUBSCRIPTION_ID = "id";
    };


};

#endif // _NOTIFICATIONLOGIRPNOTIFICATIONS_IDL_

⌨️ 快捷键说明

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