sensorservices/orientationssy/inc/SsyConfiguration.h
branchRCL_3
changeset 21 ccb4f6b3db21
parent 0 4e1aa6a622a0
child 22 8cb079868133
equal deleted inserted replaced
20:1ddbe54d0645 21:ccb4f6b3db21
   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. Default value is not readonly, it is set
   159             ETrue,                             // iReadOnly. 
   160                                                 // to read only when updated.
       
   161             ESensrvIntProperty                  // iPropertyType
   160             ESensrvIntProperty                  // iPropertyType
   162         }
   161         }
   163     };
   162     };
   164 
   163 
   165 /**
   164 /**