System.Bluetooth.TBluetoothDevice.DoGetServices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetServices: TBluetoothServiceList; virtual; abstract;

C++

virtual TBluetoothServiceList* __fastcall DoGetServices() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothDevice

Description

Note: This is an abstract method that platform-specific subclasses of TBluetoothDevice implement.

Requests the list of services from the remote device and refreshes FServiceList.

LastServiceList and GetServices call DoGetServices.

Platform Support

Platform Supported Notes

32-bit Windows
64-bit Windows

YesC++11Feature.png

OS X

YesC++11Feature.png

Android

4.0.2+

See Also