System.Bluetooth.TBluetoothLEDevice.DoDisconnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoDisconnect: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoDisconnect() = 0 ;

Properties

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

Description

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

Disconnects the current remote device from the current adapter.

Disconnect calls DoDisconnect.

See Also