System.Bluetooth.TBluetoothGattServer.DoCreateService
Delphi
function DoCreateService(const AnUUID: TBluetoothUUID; AType: TBluetoothServiceType): TBluetoothGattService; virtual; abstract;
C++
virtual TBluetoothGattService* __fastcall DoCreateService(const TBluetoothUUID &AnUUID, TBluetoothServiceType AType) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattServer |
Description
Creates a service of the specified service type with the specified UUID and returns that new service.
- Note: This is an abstract method that platform-specific subclasses of TBluetoothGattServer implement.