「Qtの基礎 - Bluetooth Low Energy」の版間の差分

ナビゲーションに移動 検索に移動
1,111行目: 1,111行目:
   
   
  private:
  private:
     controller;
     QLowEnergyController controller;
     reconnectTimer;
     QTimer              reconnectTimer;
     QBluetoothDeviceInfo currentDevice;
     QBluetoothDeviceInfo currentDevice;
     bool autoReconnect = false;
     bool autoReconnect = false;
1,236行目: 1,236行目:
       reconnectTimer.setSingleShot(true);
       reconnectTimer.setSingleShot(true);


       connect(reconnectTimer.get(), &QTimer::timeout, this, &BLEConnection::onReconnectTimeout);
       connect(&reconnectTimer &QTimer::timeout, this, &BLEConnection::onReconnectTimeout);
     }
     }
   
   

案内メニュー