diff -r 913c9751c067 -r 716254ccbcc0 org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-B024688A-3701-4282-9C98-D984477E00C2.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-B024688A-3701-4282-9C98-D984477E00C2.html Fri Mar 05 19:11:15 2010 -0800 @@ -0,0 +1,60 @@ + + +Criteria for +receiving sensor data

Criteria for +receiving sensor data

+

The criteria object specifies the sensor +channel to listen for data.

+

The criteria object has two main properties: ListeningType and ChannelInfoMap. These are described in the following table.

+
+ + + + + + + + + + + + + + + + + + +
Table: Criteria object properties
+

Property

+
+

Description

+
+

Type

+
+

Value

+
+

criteria.ListeningType

+
+

Specifies the type of notification for which to register. This is always "ChannelData".

+
+

string

+
+

Possible values:

+
    +
  • "ChannelData"

  • +
+
+

criteria.ChannelInfoMap

+
+

Specifies the sensor channel to listen for data.

+

Retrieve this object using the FindSensorChannel method.

+

For more information about the object, see section Sensor channel information.

+
+

object

+
+

See section Sensor channel information.

+
\ No newline at end of file