System.Bluetooth.TBluetoothType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBluetoothType = (Unknown, Classic, LE, Dual);

C++

enum class DECLSPEC_DENUM TBluetoothType : unsigned char { Unknown, Classic, LE, Dual };

Properties

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

Description

Type or types of Bluetooth that a remote device supports.

Possible values are:

Value Supported Bluetooth Types
Classic Bluetooth Bluetooth LE

Unknown

Classic

YesC++11Feature.png

LE

YesC++11Feature.png

Dual

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

See Also