System.Bluetooth.TBluetoothGattServer.DoCharacteristicWriteRequest
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::Sysutils::TBytes AValue) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattServer |
Description
Embarcadero Technologies does not currently have any additional information.