System.Bluetooth.TBluetoothCustomAdapter.State

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property State: TBluetoothAdapterState read GetState;

C++

__property TBluetoothAdapterState State = {read=GetState, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothCustomAdapter

Description

Current state of your 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.

Platform Support

Platform Supported States
On Discovering Off

32-bit Windows
63-bit Windows

YesC++11Feature.png
YesC++11Feature.png

OS X

YesC++11Feature.png
YesC++11Feature.png

Android

YesC++11Feature.png
YesC++11Feature.png
YesC++11Feature.png

See Also