Komut
poll()
Açıklama
Belirtilen BLE cihazı için BLE radyo olaylarını sorgula ve yönet.
Sözdizimi
bleDevice.poll ()
bleDevice.poll (zaman aşımı)
Parametreler
timeout : olayı beklemek için ms cinsinden isteğe bağlı zaman aşımı. Belirtilmezse, varsayılan değer 0 ms'dir.
İadeler
Hiçbir şey değil
Misal
…
// listen for BLE centrals to connect:
BLEDevice central = BLE.central();
// if a central is connected to peripheral:
if (central) {
// …
central.poll();
// ...
}
…
// listen for BLE centrals to connect:
BLEDevice central = BLE.central();
// if a central is connected to peripheral:
if (central) {
// …
central.poll();
// ...
}
…
See Also
- discoverAttributes()
- discoverService()
- deviceName()
- appearance()
- serviceCount()
- hasService()
- service()
- characteristicCount()
- hasCharacteristic()