PowerThermalNotification.IsSupported(PowerThermalPeripheralFlags) Method

Definition

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