Komut
read()
Açıklama
Tanımlayıcı için bir okuma isteği gerçekleştirin.
Sözdizimi
bleDescriptor.read ()
Parametreler
Yok
İadeler
true , başarılı olursa başarısız olduğunda false
Misal
…
if (descriptor.read()) {
Serial.println("descriptor value read");
// ...
} else {
Serial.println("error reading descriptor value");
}
…
if (descriptor.read()) {
Serial.println("descriptor value read");
// ...
} else {
Serial.println("error reading descriptor value");
}
…