System.Bluetooth.TBluetoothAdapterState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBluetoothAdapterState = (Off, &On, Discovering);

C++

enum class DECLSPEC_DENUM TBluetoothAdapterState : unsigned char { Off, On, Discovering };

Properties

Type Visibility Source Unit Parent
enum public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth

Description

Current state of an adapter.

Possible values are:

State Description

On

Your adapter is on and it is ready for use.

Discovering

Your adapter is on and it is currently discovering remote devices.

Off

Your adapter is off or otherwise not ready for use.

See Also