|  SKYENGINE API  
      参考手册返回目录 | 
   电话本事件说明:     #define MR_PHB_SUCCESS                        
       
(1000)
    电话本的操作事件采用mr_event的形式通知上层应用, mr_event(p1,p2,p3)的三个参数的具体说明如下:
   
 p1 = 14
    p2 =  
0:添加条目
            1:读取条目/*未使用*/
          
  2:修改条目
            3:删除条目
    
p3 =  MR_FAILED 
操作失败
             MR_SUCCESS 
操作成功
电话本宏值定义:
    #define MR_PHB_ERROR                                  
  (1001)
    #define MR_PHB_READY                                    
(1002)
    #define MR_PHB_NOT_SUPPORT                    
  (1003)
    #define 
MR_PHB_NOT_READY                         
 (1004)
    #define MR_PHB_NOT_FOUND                         (1005)
    
#define 
MR_PHB_STORAGE_FULL                    (1006) 
    #define MR_PHB_NUMBER_TOO_LONG          (1007)
    
#define 
MR_PHB_OUT_OF_INDEX                     
(1008)
    #define MR_PHB_MAX_NAME                           
 (36*2) 
    #define MR_PHB_MAX_NUMBER                      
 (48*2)
    #define MR_PHB_MAX_SEARCH_PATTERN    
 (60*2)