Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PowerThermalNotification.IsSupported(PowerThermalPeripheralFlags) Method

Definition

Namespace:
Microsoft.MixedReality.PowerThermalNotification
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.

This function returns true if events can be registered for at least one of the provided peripherals. This means that both the system supports PowerThermalNotification events AND that it supports one of the provided peripheral bits.

public static bool IsSupported(Microsoft.MixedReality.PowerThermalNotification.PowerThermalPeripheralFlags peripheralMap);
static member IsSupported : Microsoft.MixedReality.PowerThermalNotification.PowerThermalPeripheralFlags -> bool
Public Shared Function IsSupported (peripheralMap As PowerThermalPeripheralFlags) As Boolean

Parameters

peripheralMap
PowerThermalPeripheralFlags

These peripherals will be used to check for support

Returns

Applies to