Пример #1
0
 internal static void SleepAwake(ASCommands cmd)
 {
     using (var r = IOKit.IORegistryEntryFromPath("IOService:/IOResources/IODisplayWrangler")) {
         IOKit.IORegistryEntrySetCFProperty(r, "IORequestIdle", cmd == ASCommands.Sleep);
     }
 }
Пример #2
0
 internal static void SleepAwake(ASCommands cmd)
 {
     using (var r = IOKit.IORegistryEntryFromPath("IOService:/IOResources/IODisplayWrangler")) {
         IOKit.IORegistryEntrySetCFProperty(r, "IORequestIdle", cmd == ASCommands.Sleep);
     }
 }