System.Bluetooth.TBluetoothGattService.GetServiceType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetServiceType: TBluetoothServiceType; virtual; abstract;

C++

virtual TBluetoothServiceType __fastcall GetServiceType() = 0 ;

Eigenschaften

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


Beschreibung

Hinweis: Dies ist eine abstrakte Methode, die von plattformspezifischen Unterklassen von TBluetoothGattService implementiert wird.

Gibt den Typ dieses Dienstes zurück. Die folgenden Werte sind möglich: TBluetoothServiceType = (Primary, Secondary).

Ein Secondary-Dienst ist in den Primary-Diensten enthalten.

Siehe auch