Method TrySetCPULevel
TrySetCPULevel(int)
Set the CPU Level for the device
Declaration
public static bool TrySetCPULevel(int level)
Parameters
Type | Name | Description |
---|---|---|
int | level | Allowable values are integers in the range 0 - 4 (inclusive). A value of 0 is the lowest performance level but is the most power efficient. Please note: as this is a hint, it may not be immediately reflected by the system. |
Returns
Type | Description |
---|---|
bool | True if we have no errors returned by the native function. We return false when the native function returns a failure condition. Check the log for more information. |