System.Bluetooth.TBluetoothCustomAdapter.GetState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetState: TBluetoothAdapterState; virtual; abstract;

C++

virtual TBluetoothAdapterState __fastcall GetState() = 0 ;

Properties

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

Description

Getter of State.

See Also