connectivitylayer/isimessage/symbianisamacroif/include/wgmodem25/nvdisi.h
changeset 5 8ccc39f9d787
child 9 8486d82aef45
equal deleted inserted replaced
4:510c70acdbf6 5:8ccc39f9d787
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 * 
       
    14 * Description:
       
    15 * Name      : PN_NVD [ 0x43 ] Resource Non-Volatile Data Server
       
    16 * Version   : 000.001
       
    17 *
       
    18 * Documentation: www.wirelessmodemapi.com
       
    19 *
       
    20 */
       
    21 
       
    22 
       
    23 #ifndef _SYMBIAN_ISI_NVDISI_H_
       
    24 #define _SYMBIAN_ISI_NVDISI_H_
       
    25 
       
    26 #define NON_VOLATILE_DATA_SERVER_ISI_VERSION_Z	 0
       
    27 #define NON_VOLATILE_DATA_SERVER_ISI_VERSION_Y	 1
       
    28 
       
    29 
       
    30 //TABLES
       
    31 
       
    32 //ConstantTable for NVD_STATUS
       
    33 #define NVD_STATUS_OK                                     	0x00                                                 	
       
    34 #define NVD_STATUS_FAIL                                   	0x01                                                 	
       
    35 #define NVD_STATUS_NONE                                   	0x02                                                 	
       
    36 
       
    37 
       
    38 //MESSAGES
       
    39 
       
    40 
       
    41 //Definition for NVD_SET_DEFAULT_REQ
       
    42 #define NVD_SET_DEFAULT_REQ                               	0x01                                                 	
       
    43 #define NVD_SET_DEFAULT_REQ_OFFSET_TRANSACTIONID          	0 //size 1 byte(s)
       
    44 #define NVD_SET_DEFAULT_REQ_OFFSET_MESSAGEID              	1 //size 1 byte(s)
       
    45 #define NVD_SET_DEFAULT_REQ_OFFSET_FILLERBYTE1            	2 //size 2 byte(s)
       
    46 #define SIZE_NVD_SET_DEFAULT_REQ                          	4
       
    47 
       
    48 
       
    49 //Definition for NVD_SET_DEFAULT_RESP
       
    50 #define NVD_SET_DEFAULT_RESP                              	0x02                                                 	
       
    51 #define NVD_SET_DEFAULT_RESP_OFFSET_TRANSACTIONID         	0 //size 1 byte(s)
       
    52 #define NVD_SET_DEFAULT_RESP_OFFSET_MESSAGEID             	1 //size 1 byte(s)
       
    53 #define NVD_SET_DEFAULT_RESP_OFFSET_STATUS                	2 //size 1 byte(s)
       
    54 #define NVD_SET_DEFAULT_RESP_OFFSET_FILLERBYTE1           	3 //size 1 byte(s)
       
    55 #define SIZE_NVD_SET_DEFAULT_RESP                         	4
       
    56 
       
    57 
       
    58 #endif