System.Bluetooth.Components.TBluetooth.State

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function State(const ADevice: TBluetoothDevice): TBluetoothDeviceState;

C++

System::Bluetooth::TBluetoothDeviceState __fastcall State(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 state of the ADevice.

This state can be None, Paired or Connected.

See Also