System.Bluetooth.TGattMTUChangedEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGattMTUChangedEvent = procedure(const Sender: TObject; AMTU: Integer; AGattStatus: TBluetoothGattStatus) of object;

C++

typedef void __fastcall (__closure *TGattMTUChangedEvent)(System::TObject* const Sender, int AMTU, TBluetoothGattStatus AGattStatus);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth

Description

Embarcadero Technologies does not currently have any additional information.