connectivitylayer/isimessage/symbianisamacroif/include/wgmodem25/mceisi.h
changeset 5 8ccc39f9d787
parent 0 63b37f68c1ce
equal deleted inserted replaced
4:510c70acdbf6 5:8ccc39f9d787
    13 * 
    13 * 
    14 * Description:
    14 * Description:
    15 * Name      : PN_MODEM_MCE [ 0xC2 ] Resource Modem Control Entity
    15 * Name      : PN_MODEM_MCE [ 0xC2 ] Resource Modem Control Entity
    16 * Version   : 001.001
    16 * Version   : 001.001
    17 *
    17 *
       
    18 * Documentation: www.wirelessmodemapi.com
       
    19 *
    18 */
    20 */
    19 
    21 
    20 
    22 
    21 #ifndef _SYMBIAN_ISI_MCEISI_H_
    23 #ifndef _SYMBIAN_ISI_MCEISI_H_
    22 #define _SYMBIAN_ISI_MCEISI_H_
    24 #define _SYMBIAN_ISI_MCEISI_H_
    23 
    25 
    24 #define MODEM_CONTROL_ENTITY_ISI_VERSION_Z	 1
    26 #define MODEM_CONTROL_ENTITY_ISI_VERSION_Z	 1
    25 #define MODEM_CONTROL_ENTITY_ISI_VERSION_Y	 1
    27 #define MODEM_CONTROL_ENTITY_ISI_VERSION_Y	 2
    26 
    28 
    27 
    29 
    28 //TABLES
    30 //TABLES
    29 
    31 
    30 //ConstantTable for MCE_STATUS_INFO
    32 //ConstantTable for MCE_STATUS_INFO
   194 #define MCE_SLEEP_CONTROL_RESP_OFFSET_MESSAGEID           	1 //size 1 byte(s)
   196 #define MCE_SLEEP_CONTROL_RESP_OFFSET_MESSAGEID           	1 //size 1 byte(s)
   195 #define MCE_SLEEP_CONTROL_RESP_OFFSET_STATUS              	2 //size 1 byte(s)
   197 #define MCE_SLEEP_CONTROL_RESP_OFFSET_STATUS              	2 //size 1 byte(s)
   196 #define MCE_SLEEP_CONTROL_RESP_OFFSET_FILLERBYTE1         	3 //size 1 byte(s)
   198 #define MCE_SLEEP_CONTROL_RESP_OFFSET_FILLERBYTE1         	3 //size 1 byte(s)
   197 #define SIZE_MCE_SLEEP_CONTROL_RESP                       	4
   199 #define SIZE_MCE_SLEEP_CONTROL_RESP                       	4
   198 
   200 
       
   201 
       
   202 //Definition for MCE_DVFS_CONTROL_REQ
       
   203 #define MCE_DVFS_CONTROL_REQ                              	0x10                                              	
       
   204 #define MCE_DVFS_CONTROL_REQ_OFFSET_TRANSID               	0 //size 1 byte(s)
       
   205 #define MCE_DVFS_CONTROL_REQ_OFFSET_MESSAGEID             	1 //size 1 byte(s)
       
   206 #define MCE_DVFS_CONTROL_REQ_OFFSET_TYPE                  	2 //size 1 byte(s)
       
   207 #define MCE_DVFS_CONTROL_REQ_OFFSET_FILLERBYTE1           	3 //size 1 byte(s)
       
   208 #define SIZE_MCE_DVFS_CONTROL_REQ                         	4
       
   209 
       
   210 
       
   211 //Definition for MCE_DVFS_CONTROL_RESP
       
   212 #define MCE_DVFS_CONTROL_RESP                             	0x11                                              	
       
   213 #define MCE_DVFS_CONTROL_RESP_OFFSET_TRANSID              	0 //size 1 byte(s)
       
   214 #define MCE_DVFS_CONTROL_RESP_OFFSET_MESSAGEID            	1 //size 1 byte(s)
       
   215 #define MCE_DVFS_CONTROL_RESP_OFFSET_STATUS               	2 //size 1 byte(s)
       
   216 #define MCE_DVFS_CONTROL_RESP_OFFSET_FILLERBYTE1          	3 //size 1 byte(s)
       
   217 #define SIZE_MCE_DVFS_CONTROL_RESP                        	4
       
   218 
   199 #endif
   219 #endif