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

📄 event.h

📁 这是法国Kaleido公司提供了一个手机mmi设计平台
💻 H
📖 第 1 页 / 共 2 页
字号:
#define EV_CFW_SIM_STATUS_IND                    (EV_CFW_IND_BASE+11)
#define EV_CFW_SS_USSD_IND                       (EV_CFW_IND_BASE+12)
#define EV_CFW_CC_RELEASE_CALL_IND               (EV_CFW_IND_BASE+13)
#define EV_CFW_CC_ERROR_IND                      (EV_CFW_IND_BASE+14)
#define EV_CFW_SAT_CMDTYPE_IND                   (EV_CFW_IND_BASE+15)
#define EV_CFW_PBK_IND                           (EV_CFW_IND_BASE+16)
#define EV_CFW_NW_NETWORKINFO_IND                (EV_CFW_IND_BASE+17)
#define EV_CFW_GPRS_CXT_ACTIVE_IND               (EV_CFW_IND_BASE+18)
#define EV_CFW_GPRS_CXT_DEACTIVE_IND             (EV_CFW_IND_BASE+19)
#define EV_CFW_GPRS_MOD_IND                      (EV_CFW_IND_BASE+20) 
#define EV_CFW_GPRS_STATUS_IND                   (EV_CFW_IND_BASE+21)
#define EV_CFW_GPRS_DATA_IND                     (EV_CFW_IND_BASE+22)
#define EV_CFW_TCPIP_REV_DATA_IND                     (EV_CFW_IND_BASE+23)  // TCP/IP IND
#define EV_CFW_TCPIP_ERR_IND                     (EV_CFW_IND_BASE+24)  // TCP/IP ERROR IND
#define EV_CFW_EXIT_IND                          (EV_CFW_IND_BASE+25)
#define EV_CFW_XX_IND_END                        (EV_CFW_IND_BASE+26)

#if (EV_CFW_XX_IND_END >= (EV_CFW_IND_END_)) 
#error 'Error: invalid EV_CFW_XXX_IND definition!'.
#endif

//
// Emulator Event 
//
#define EV_EMU_SCM_REQ                       (EV_EMU_BASE+1)
#define EV_EMU_SCL_RSP                       (EV_EMU_BASE+2)
#define EV_EMU_SCL_REQ                       (EV_EMU_BASE+3)
#define EV_EMU_SCL_TST                       (EV_EMU_BASE+4)
#define EV_EMU_TRACE                         (EV_EMU_BASE+5)
#define EV_EMU_SYSTEM                        (EV_EMU_BASE+6)
#define EV_EMU_EXIT                          (EV_EMU_BASE+7)
#define EV_EMU_SCL_AUDIO                     (EV_EMU_BASE+10)
#define EV_EMU_LCD                           (EV_EMU_BASE+11)
#define EV_EMU_INPUT                         (EV_EMU_BASE+12)

//
// NW Response Event.
//
#define EV_CFW_NW_SET_BAND_RSP               (EV_CFW_NW_RSP_BASE+1)
#define EV_CFW_NW_GET_IMEI_RSP               (EV_CFW_NW_RSP_BASE+2)
#define EV_CFW_NW_GET_SIGNAL_QUALITY_RSP     (EV_CFW_NW_RSP_BASE+3)
#define EV_CFW_NW_SET_REGISTRATION_RSP       (EV_CFW_NW_RSP_BASE+4)
#define EV_CFW_NW_DEREGISTER_RSP             (EV_CFW_NW_RSP_BASE+5)
#define EV_CFW_NW_GET_AVAIL_OPERATOR_RSP     (EV_CFW_NW_RSP_BASE+6)
#define EV_CFW_NW_ABORT_LIST_OPERATORS_RSP   (EV_CFW_NW_RSP_BASE+7)

//
// GPRS Response Event.
//
#define EV_CFW_GPRS_CTX_MODIFY_ACC_RSP       (EV_CFW_GPRS_RSP_BASE+1)
#define EV_CFW_GPRS_ATT_RSP                  (EV_CFW_GPRS_RSP_BASE+2)
#define EV_CFW_GPRS_ACT_RSP                  (EV_CFW_GPRS_RSP_BASE+3)
#define EV_CFW_GPRS_CXT_ACTIVE_RSP           (EV_CFW_GPRS_RSP_BASE+4)
#define EV_CFW_GPRS_MOD_RSP                  (EV_CFW_GPRS_RSP_BASE+5)

//
// CC Response Event
//
#define EV_CFW_CC_ACCEPT_SPEECH_CALL_RSP     (EV_CFW_CC_RSP_BASE+1)
#define EV_CFW_CC_CALL_HOLD_MULTIPARTY_RSP   (EV_CFW_CC_RSP_BASE+2)
#define EV_CFW_CC_INITIATE_SPEECH_CALL_RSP   (EV_CFW_CC_RSP_BASE+3)
#define EV_CFW_CC_RELEASE_CALL_RSP           (EV_CFW_CC_RSP_BASE+4)

//
// SS Response Event
//
#define EV_CFW_SS_QUERY_CLIP_RSP             (EV_CFW_SS_RSP_BASE+1)
#define EV_CFW_SS_SET_CALL_WAITING_RSP       (EV_CFW_SS_RSP_BASE+2)
#define EV_CFW_SS_QUERY_CALL_WAITING_RSP     (EV_CFW_SS_RSP_BASE+3)
#define EV_CFW_SS_SET_CALL_FORWARDING_RSP    (EV_CFW_SS_RSP_BASE+4)
#define EV_CFW_SS_QUERY_CALL_FORWARDING_RSP  (EV_CFW_SS_RSP_BASE+5)
#define EV_CFW_SS_SET_FACILITY_LOCK_RSP      (EV_CFW_SS_RSP_BASE+6)
#define EV_CFW_SS_GET_FACILITY_LOCK_RSP      (EV_CFW_SS_RSP_BASE+7)
#define EV_CFW_SS_CHANGE_PWD_RSP             (EV_CFW_SS_RSP_BASE+8)
#define EV_CFW_SS_QUERY_FACILITY_LOCK_RSP    (EV_CFW_SS_RSP_BASE+9)
#define EV_CFW_SS_QUERY_CLIR_RSP             (EV_CFW_SS_RSP_BASE+10)
#define EV_CFW_SS_QUERY_COLP_RSP             (EV_CFW_SS_RSP_BASE+11)
#define EV_CFW_SS_SEND_USSD_RSP              (EV_CFW_SS_RSP_BASE+12)
#define EV_CFW_SS_TERMINATE_RSP              (EV_CFW_SS_RSP_BASE+13)
#define EV_CFW_SS_QUERY_COLR_RSP             (EV_CFW_SS_RSP_BASE+14)

//
// SIM Response Event
//
#define EV_CFW_SIM_ADD_PBK_RSP                   (EV_CFW_SIM_RSP_BASE+1)
#define EV_CFW_SIM_DELETE_PBK_ENTRY_RSP          (EV_CFW_SIM_RSP_BASE+2)
#define EV_CFW_SIM_GET_PBK_ENTRY_RSP             (EV_CFW_SIM_RSP_BASE+3)
#define EV_CFW_SIM_LIST_PBK_ENTRY_RSP            (EV_CFW_SIM_RSP_BASE+4)
#define EV_CFW_SIM_GET_PBK_STRORAGE_RSP          (EV_CFW_SIM_RSP_BASE+5)
#define EV_CFW_SIM_GET_PBK_STRORAGE_INFO_RSP     (EV_CFW_SIM_RSP_BASE+6)
#define EV_CFW_SIM_GET_PROVIDER_ID_RSP           (EV_CFW_SIM_RSP_BASE+7)
#define EV_CFW_SIM_CHANGE_PWD_RSP                (EV_CFW_SIM_RSP_BASE+8)
#define EV_CFW_SIM_GET_AUTH_STATUS_RSP           (EV_CFW_SIM_RSP_BASE+9)
#define EV_CFW_SIM_ENTER_AUTH_RSP                (EV_CFW_SIM_RSP_BASE+11)
#define EV_CFW_SIM_SET_FACILITY_LOCK_RSP         (EV_CFW_SIM_RSP_BASE+12)
#define EV_CFW_SIM_GET_FACILITY_LOCK_RSP         (EV_CFW_SIM_RSP_BASE+13)
#define EV_CFW_SIM_DELETE_MESSAGE_RSP            (EV_CFW_SIM_RSP_BASE+15)
#define EV_CFW_SIM_WRITE_MESSAGE_RSP             (EV_CFW_SIM_RSP_BASE+16)
#define EV_CFW_SIM_READ_MESSAGE_RSP              (EV_CFW_SIM_RSP_BASE+17)
#define EV_CFW_SIM_LIST_MESSAGE_RSP              (EV_CFW_SIM_RSP_BASE+18)
#define EV_CFW_SIM_GET_SMS_STORAGE_INFO_RSP      (EV_CFW_SIM_RSP_BASE+19)
#define EV_CFW_SIM_READ_BINARY_RSP               (EV_CFW_SIM_RSP_BASE+20)
#define EV_CFW_SIM_UPDATE_BINARY_RSP             (EV_CFW_SIM_RSP_BASE+21)
#define EV_CFW_SIM_GET_SMS_PARAMETERS_RSP        (EV_CFW_SIM_RSP_BASE+22)
#define EV_CFW_SIM_SET_SMS_PARAMETERS_RSP        (EV_CFW_SIM_RSP_BASE+23)
#define EV_CFW_SIM_GET_MR_RSP                    (EV_CFW_SIM_RSP_BASE+24)
#define EV_CFW_SIM_SET_MR_RSP                    (EV_CFW_SIM_RSP_BASE+25)
#define EV_CFW_SIM_COMPOSE_PDU_RSP               (EV_CFW_SIM_RSP_BASE+26)
#define EV_CFW_SAT_ACTIVATION_RSP                (EV_CFW_SIM_RSP_BASE+27)
#define EV_CFW_SAT_GET_STATUS_RSP                (EV_CFW_SIM_RSP_BASE+28)
#define EV_CFW_SAT_RESPONSE_RSP                  (EV_CFW_SIM_RSP_BASE+29)
#define EV_CFW_SAT_GET_INFORMATION_RSP           (EV_CFW_SIM_RSP_BASE+30)
#define EV_CFW_SIM_SET_PREF_OPERATOR_LIST_RSP    (EV_CFW_SIM_RSP_BASE+31)
#define EV_CFW_SIM_GET_PREF_OPERATOR_LIST_RSP    (EV_CFW_SIM_RSP_BASE+32)
#define EV_CFW_SIM_GET_PREF_OPT_LIST_MAXNUM_RSP  (EV_CFW_SIM_RSP_BASE+33)
#define EV_CFW_SIM_SET_PBKMODE_RSP               (EV_CFW_SIM_RSP_BASE+34)
#define EV_CFW_SIM_GET_PBKMODE_RSP               (EV_CFW_SIM_RSP_BASE+35)
#define EV_CFW_SIM_INIT_SMS_RSP                  (EV_CFW_SIM_RSP_BASE+36)
#define EV_CFW_SIM_LIST_COUNT_PBK_ENTRY_RSP      (EV_CFW_SIM_RSP_BASE+37)
#define EV_CFW_SIM_RESET_RSP                     (EV_CFW_SIM_RSP_BASE+38)
#define EV_CFW_SIM_GET_PUCT_RSP                  (EV_CFW_SIM_RSP_BASE+39)
#define EV_CFW_SIM_SET_PUCT_RSP                  (EV_CFW_SIM_RSP_BASE+40)
#define EV_CFW_SIM_GET_ACMMAX_RSP                (EV_CFW_SIM_RSP_BASE+41)
#define EV_CFW_SIM_SET_ACMMAX_RSP                (EV_CFW_SIM_RSP_BASE+42)
#define EV_CFW_SIM_SET_ACM_RSP                   (EV_CFW_SIM_RSP_BASE+43)
#define EV_CFW_SIM_GET_ACM_RSP                   (EV_CFW_SIM_RSP_BASE+44)

//
// SMS Response Event.
//
#define EV_CFW_SMS_DELETE_MESSAGE_RSP            (EV_CFW_SMS_RSP_BASE+1)
#define EV_CFW_SMS_GET_STORAGE_RSP               (EV_CFW_SMS_RSP_BASE+2)
#define EV_CFW_SMS_SET_STORAGE_RSP               (EV_CFW_SMS_RSP_BASE+3)
#define EV_CFW_SMS_LIST_MESSAGE_RSP              (EV_CFW_SMS_RSP_BASE+4)
#define EV_CFW_SMS_READ_MESSAGE_RSP              (EV_CFW_SMS_RSP_BASE+5)
#define EV_CFW_SMS_SEND_MESSAGE_RSP              (EV_CFW_SMS_RSP_BASE+6)
#define EV_CFW_SMS_SET_CENTER_ADDR_RSP           (EV_CFW_SMS_RSP_BASE+7)
#define EV_CFW_SMS_GET_CENTER_ADDR_RSP           (EV_CFW_SMS_RSP_BASE+8)
#define EV_CFW_SMS_SET_TEXT_MODE_PARAM_RSP       (EV_CFW_SMS_RSP_BASE+9)
#define EV_CFW_SMS_GET_TEXT_MODE_PARAM_RSP       (EV_CFW_SMS_RSP_BASE+10)
#define EV_CFW_SMS_WRITE_MESSAGE_RSP             (EV_CFW_SMS_RSP_BASE+11)
#define EV_CFW_SMS_LIST_MESSAGE_HRD_RSP          (EV_CFW_SMS_RSP_BASE+12)
#define EV_CFW_SMS_COPY_MESSAGE_RSP              (EV_CFW_SMS_RSP_BASE+13)
#define EV_CFW_SMS_SET_UNREAD2READ_RSP           (EV_CFW_SMS_RSP_BASE+14)
#define EV_CFW_SMS_SET_UNSENT2SENT_RSP           (EV_CFW_SMS_RSP_BASE+15)
#define EV_CFW_SMS_SET_READ2UNREAD_RSP           (EV_CFW_SMS_RSP_BASE+16)

//
// PBK Response Event
//
#define EV_CFW_PBK_ADD_RSP                        (EV_CFW_PBK_RSP_BASE+1)
#define EV_CFW_PBK_UPDATE_ENTRY_RSP               (EV_CFW_PBK_RSP_BASE+2)
#define EV_CFW_PBK_DELETE_RSP                     (EV_CFW_PBK_RSP_BASE+3)
#define EV_CFW_PBK_DELETE_BATCH_ENTRIES_RSP       (EV_CFW_PBK_RSP_BASE+4)
#define EV_CFW_PBK_FIND_ENTRY_RSP                 (EV_CFW_PBK_RSP_BASE+5)
#define EV_CFW_PBK_LIST_ENTRIES_RSP               (EV_CFW_PBK_RSP_BASE+6)
#define EV_CFW_PBK_GET_ENTRY_RSP                  (EV_CFW_PBK_RSP_BASE+7)
#define EV_CFW_PBK_COPY_ENTRIES_RSP               (EV_CFW_PBK_RSP_BASE+8)
#define EV_CFW_PBK_ADD_ENTRY_ITEM_RSP             (EV_CFW_PBK_RSP_BASE+9)
#define EV_CFW_PBK_GET_ENTRY_ITEMS_RSP            (EV_CFW_PBK_RSP_BASE+10)
#define EV_CFW_PBK_DELETE_ENTRY_ITEM_RSP          (EV_CFW_PBK_RSP_BASE+11)
#define EV_CFW_PBK_ADD_CALLLOG_ENTTRY_RSP         (EV_CFW_PBK_RSP_BASE+12)
#define EV_CFW_PBK_GET_CALLLOG_ENTRY_RSP          (EV_CFW_PBK_RSP_BASE+13)
#define EV_CFW_PBK_LIST_CALLLOG_ENTRIES_RSP       (EV_CFW_PBK_RSP_BASE+14)
#define EV_CFW_PBK_DELETE_CALLLOG_ALL_ENTRIES_RSP (EV_CFW_PBK_RSP_BASE+15)
#define EV_CFW_PBK_CANCEL_RSP                     (EV_CFW_PBK_RSP_BASE+16)
#define EV_CFW_PBK_DELETE_CALLLOG_OLDEST_ENTRY_RSP (EV_CFW_PBK_RSP_BASE+17)
//
// Shell Response Event
//
#define EV_CFW_ME_SET_FACILITY_LOCK_RSP           (EV_CFW_SHELL_RSP_BASE+1)
#define EV_CFW_ME_GET_FACILITY_LOCK_RSP           (EV_CFW_SHELL_RSP_BASE+2)
#define EV_CFW_ME_CHANGE_PWD_RSP                  (EV_CFW_SHELL_RSP_BASE+3)


//
//TCP(UDP) / IP Event
//
#define EV_CFW_TCPIP_SOCKET_CONNECT_RSP           (EV_CFW_TCPIPUDP_RSP_BASE+1)
#define EV_CFW_TCPIP_SOCKET_CLOSE_RSP             (EV_CFW_TCPIPUDP_RSP_BASE+2)
#define EV_CFW_TCPIP_SOCKET_SEND_RSP              (EV_CFW_TCPIPUDP_RSP_BASE+3)

//
//test mode event
//
#define EV_CFW_TSM_INFO_IND							(EV_CFW_TM_RSP_BASE+1)
#define EV_CFW_TSM_INFO_END_RSP	                                      (EV_CFW_TM_RSP_BASE+2)
#endif // _H_

⌨️ 快捷键说明

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