System.Bluetooth.Components.TBluetoothLE.DoOnCharacteristicWrite

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoOnCharacteristicWrite(const Sender: TObject; const ACharacteristic: TBluetoothGattCharacteristic;  AGattStatus: TBluetoothGattStatus);

C++

void __fastcall DoOnCharacteristicWrite(System::TObject* const Sender, System::Bluetooth::TBluetoothGattCharacteristic* const ACharacteristic, System::Bluetooth::TBluetoothGattStatus AGattStatus);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE


Beschreibung

Dispatcher des Ereignisses OnCharacteristicWrite.

DoOnCharacteristicWrite wird aufgerufen, wenn die Daten eines Merkmals eines Dienstes von einem Remote-Gerät auf das Remote-Gerät geschrieben werden.

Ein Schreibvorgang wird mit WriteCharacteristic ausgelöst.

Dieser Ereignis-Dispatcher empfängt die folgenden Parameter:

Siehe auch