System.Bluetooth.Components.TBluetooth.State

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function State(const ADevice: TBluetoothDevice): TBluetoothDeviceState;

C++

System::Bluetooth::TBluetoothDeviceState __fastcall State(System::Bluetooth::TBluetoothDevice* const ADevice);

Propriétés

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


Description

Renvoie l'état du ADevice.

L'état peut être None, Paired ou Connected.

Voir aussi