System.Bluetooth.TBluetoothGattService.ServiceType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ServiceType: TBluetoothServiceType read GetServiceType;

C++

__property TBluetoothServiceType ServiceType = {read=GetServiceType, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattService


Beschreibung

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.

Weitere Informationen über Standarddienste finden Sie auf der offiziellen Seite: Standard BluetoothLE Services.

Siehe auch