System.Bluetooth.Components.TBluetooth.LastServiceList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function LastServiceList(const ADevice: TBluetoothDevice): TBluetoothServiceList;

C++

System::Bluetooth::TBluetoothServiceList* __fastcall LastServiceList(System::Bluetooth::TBluetoothDevice* const ADevice);

Properties

Type Visibility Source Unit Parent
function public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetooth

Description

Returns the last list of the advertised services of the ADevice.

See Also