System.Bluetooth.TBluetoothGattServer.DoCharacteristicWriteRequest

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoCharacteristicWriteRequest(const ADevice: TBluetoothLEDevice; ARequestId: Integer;  const AGattCharacteristic: TBluetoothGattCharacteristic; APreparedWrite: Boolean; AResponseNeeded: Boolean; AnOffset: Integer; const AValue: TBytes); virtual; abstract;

C++

virtual void __fastcall DoCharacteristicWriteRequest(TBluetoothLEDevice* const ADevice, int ARequestId, TBluetoothGattCharacteristic* const AGattCharacteristic, bool APreparedWrite, bool AResponseNeeded, int AnOffset, const System::DynamicArray<System::Byte> AValue) = 0 ;

Eigenschaften

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

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.