public static void Stop() { if (!_initialized) { Log.Info("Remotes: Stop was called without Init - exiting"); return; } HidListener.DeInit(); MCE2005Remote.DeInit(); FireDTVRemote.DeInit(); CentareaRemote.DeInit(); HCWRemote.DeInit(); IrTrans.DeInit(); //diRemote.Stop(); // Disable DirectX Input (not compatible with NET4 and later) _initialized = false; }
public static void Stop() { if (!_initialized) { Log.Info("Remotes: Stop was called without Init - exiting"); return; } HidListener.DeInit(); MCE2005Remote.DeInit(); FireDTVRemote.DeInit(); CentareaRemote.DeInit(); HCWRemote.DeInit(); IrTrans.DeInit(); diRemote.Stop(); _initialized = false; }