System.Bluetooth.TGattCharacteristicWriteEvent

Aus RAD Studio API Documentation
Version vom 29. Januar 2015, 09:17 Uhr von Esabatell (Diskussion | Beiträge) (1 Version: Imported January 16, Translation Package. LOC-17143)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

Delphi

TGattCharacteristicWriteEvent = procedure(const Sender: TObject; const ACharacteristic: TBluetoothGattCharacteristic;
var AGattStatus: TBluetoothGattStatus; const AValue: TByteDynArray) of object;

C++

typedef void __fastcall (__closure *TGattCharacteristicWriteEvent)(System::TObject* const Sender, TBluetoothGattCharacteristic* const ACharacteristic, TBluetoothGattStatus &AGattStatus, const System::TByteDynArray AValue);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth


Beschreibung

Typ der Ereignisbehandlungsroutine für das Ereignis TBluetoothGattServer.OnCharacteristicWrite.

Siehe auch