//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(); } }
public static IAuraSyncDeviceCollection GetEnumerator() { return(BaseSdk.Enumerate(0)); }