enum to define different power modes.
| C# | Visual Basic | Visual C++ |
public enum PowerMode
Public Enumeration PowerMode
public enum class PowerMode
| Member | Description |
|---|---|
| INVALID |
Invalid Power Mode
|
| FULL |
Full Power Mode
|
| MINSAVE |
Minimal Saving Mode
|
| MEDSAVE |
Medium Saving Mode
|
| MAXSAVE |
Maximum Saving Mode
|
| SLEEP |
Maximum Saving Mode
|