Пример #1
0
 public void SendControl(Monitor.BstInputControlType type)
 {
     if (!HDPlusModule.MonitorSendControl(type))
     {
         throw new IOException("Cannot send control state state");
     }
 }
Пример #2
0
 public static extern bool MonitorSendControl(Monitor.BstInputControlType type);