CheckConnection() public method

public CheckConnection ( ) : bool
return bool
 public ControlHandler()
 {
     cActions = new List<string>();
     kbHandler = new KeyboardHandler();
     wmHandler = new WiimoteHandler();
     wiimoteIsConnected = wmHandler.CheckConnection();
 }