Symbian3/SDK/Source/GUID-83630B57-D842-4B60-8AF0-D2965251DE29.dita
changeset 8 ae94777fff8f
parent 7 51a74ef9ed63
child 13 48780e181b38
equal deleted inserted replaced
7:51a74ef9ed63 8:ae94777fff8f
    63 data rates, the information for each data rate is stored in a <parmname>TSensrvProperty</parmname> item.
    63 data rates, the information for each data rate is stored in a <parmname>TSensrvProperty</parmname> item.
    64 You can use <parmname>KSensrvPropIdDataRate</parmname> as the property id
    64 You can use <parmname>KSensrvPropIdDataRate</parmname> as the property id
    65 and <parmname>ESensrvArrayPropertyInfo</parmname> as the index to retrieve
    65 and <parmname>ESensrvArrayPropertyInfo</parmname> as the index to retrieve
    66 the property item that contains this information. </p></li>
    66 the property item that contains this information. </p></li>
    67 </ul></context>
    67 </ul></context>
    68 <steps id="GUID-4DD07DEC-6017-4237-BE46-1D69E5FBD744-GENID-1-8-1-9-1-1-6-1-4-1-4-1-6-1-3-3">
    68 <steps id="GUID-4DD07DEC-6017-4237-BE46-1D69E5FBD744-GENID-1-10-1-9-1-1-6-1-4-1-4-1-6-1-3-3">
    69 <step id="GUID-9A69E5AD-E938-4092-A8C2-CB65C37C8962-GENID-1-8-1-9-1-1-6-1-4-1-4-1-6-1-3-3-1"><cmd>Create an instance
    69 <step id="GUID-9A69E5AD-E938-4092-A8C2-CB65C37C8962-GENID-1-10-1-9-1-1-6-1-4-1-4-1-6-1-3-3-1"><cmd>Create an instance
    70 of <parmname>TSensrvProperty</parmname>.</cmd>
    70 of <parmname>TSensrvProperty</parmname>.</cmd>
    71 <stepxmp><codeblock xml:space="preserve">TSensrvProperty property;</codeblock></stepxmp>
    71 <stepxmp><codeblock xml:space="preserve">TSensrvProperty property;</codeblock></stepxmp>
    72 <info>           <p>Each channel property is encapsulated by the <parmname>TSensrvProperty</parmname> class.
    72 <info>           <p>Each channel property is encapsulated by the <parmname>TSensrvProperty</parmname> class.
    73 Therefore, the details of the retrieved property can be accessed using the
    73 Therefore, the details of the retrieved property can be accessed using the
    74 functions of the <parmname>TSensrvProperty</parmname> class.</p>  </info>
    74 functions of the <parmname>TSensrvProperty</parmname> class.</p>  </info>