yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame] | 1 | /****************************************************** |
| 2 | * Description: constants, interface for cell broadcast module |
| 3 | * Modify Date Version Author Modification |
| 4 | * 2013/01.08 V1.0 chenyi create |
| 5 | *******************************************************/ |
| 6 | |
| 7 | #ifndef _ZTE_WEB_CELL_BROADCAST_H |
| 8 | #define _ZTE_WEB_CELL_BROADCAST_H |
| 9 | |
| 10 | /********************************Constant************************/ |
| 11 | #define CB_MSG "cb_msg" |
| 12 | |
| 13 | #define CB_READ_RECORD_MAX_NUM 10 |
| 14 | |
| 15 | #define CB_MSG_ID "id" |
| 16 | #define CB_MSG_CHANNEL "channel" |
| 17 | #define CB_MSG_CONTENT "content" |
| 18 | |
| 19 | /****************************************************************/ |
| 20 | #endif |
| 21 | |
| 22 | |