Exemplo n.º 1
0
 //only flips control if the desired control is different from the current control
 public static void SetControl(bool control)
 {
     if (HasControl != control)
     {
         HasControl = !HasControl;
         BaseSdk.SwitchMode();
     }
 }
Exemplo n.º 2
0
 public static IAuraSyncDeviceCollection GetEnumerator()
 {
     return(BaseSdk.Enumerate(0));
 }