System.Bluetooth.TBluetoothDevice.State

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property State: TBluetoothDeviceState read GetState;

C++

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

Properties

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

Description

Current state of the remote device.

Possible values are:

Value Description

Connected

The remote device is currently connected to the device that is running your application.

Paired

The remote device is paired with the device that is running your application.

None

The remote device is in neither of the states above.

Platform Support

Platform Supported States
Connected Paired None

32-bit Windows
64-bit Windows

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

OS X

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

Android

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

See Also