Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PowerThermalPeripheralFlags Enum
Definition
- Assembly:
- PowerThermalNotification.Projections.dll
- Package:
- Microsoft.MixedReality.PowerThermalNotification v0.2.0
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
These are used to indicate which peripherals are being described in different operations (notifications, requests, subscriptions). They can be logically OR'd together.
public enum PowerThermalPeripheralFlags
type PowerThermalPeripheralFlags =
Public Enum PowerThermalPeripheralFlags
- Inheritance
-
PowerThermalPeripheralFlags
Fields
| Name | Value | Description |
|---|---|---|
| Cpu | 1 | CPU |
| Gpu | 2 | GPU |
| Network | 4 | Ethernet and WiFi |
| Display | 8 | Display Subsystem |
| PhotoVideoCamera | 16 | Photo Video Camera |
| Dram | 32 | DRAM |
| Battery | 64 | Battery |
