sensorservices/orientationssy/inc/SsyConfiguration.h
branchRCL_3
changeset 22 8cb079868133
parent 21 ccb4f6b3db21
equal deleted inserted replaced
21:ccb4f6b3db21 22:8cb079868133
   154             TPtrC8(KNullDesC8),                 // iBufValue
   154             TPtrC8(KNullDesC8),                 // iBufValue
   155             2,                                  // iMaxValue
   155             2,                                  // iMaxValue
   156             KNoRealValue,
   156             KNoRealValue,
   157             0,                                  // iMinValue
   157             0,                                  // iMinValue
   158             KNoRealValue,
   158             KNoRealValue,
   159             ETrue,                             // iReadOnly. 
   159             ETrue,                             // iReadOnly. Default value is not readonly, it is set
       
   160                                                 // to read only when updated.
   160             ESensrvIntProperty                  // iPropertyType
   161             ESensrvIntProperty                  // iPropertyType
   161         }
   162         }
   162     };
   163     };
   163 
   164 
   164 /**
   165 /**