Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.21 KB

controlchanneltriggerresourcetype.md

File metadata and controls

38 lines (26 loc) · 1.21 KB
-api-id -api-type
T:Windows.Networking.Sockets.ControlChannelTriggerResourceType
winrt enum

ControlChannelTriggerResourceType

-description

The resource type used by a control channel trigger.

Note

This enumeration is not supported on Windows Phone.

-enum-fields

-field RequestSoftwareSlot:0

Request a software slot from the system.

-field RequestHardwareSlot:1

Request a hardware slot from the system.

-remarks

A local computer system can be in several power states:

  • System active
  • Connected standby
  • Shutdown An app in the system active mode can receive a control channel trigger when either a software or hardware slot is used. An app in the connected standby mode can only receive a control channel trigger when a hardware slot is used.

-examples

-see-also

ControlChannelTrigger, ControlChannelTrigger constructor, IControlChannelTriggerEventDetails, IControlChannelTriggerResetEventDetails