Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 912 Bytes

humanpresencesettings_getsupportedfeaturesforsensoridasync_322057018.md

File metadata and controls

32 lines (19 loc) · 912 Bytes
-api-id -api-type
M:Windows.Devices.Sensors.HumanPresenceSettings.GetSupportedFeaturesForSensorIdAsync(System.String)
winrt method

Windows.Devices.Sensors.HumanPresenceSettings.GetSupportedFeaturesForSensorIdAsync(System.String)

-description

Asynchronously retrieves the features supported by the specified human presence sensor.

-parameters

-param sensorId

The unique ID of the human presence sensor.

-returns

The asynchronous results of the operation. Use this to determine when the async call is complete.

-remarks

-see-also

GetSupportedFeaturesForSensorId(System.String)HumanPresenceFeatures

-examples