System.Bluetooth.TBluetoothType

提供:RAD Studio API Documentation

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
enum public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth


説明

リモート デバイスでサポートしている Bluetooth の種類(複数可)です。

取り得る値は次のとおりです。

サポートされている Bluetooth の種類
クラシック Bluetooth Bluetooth LE

Unknown

Classic

サムネイルの作成エラー: サムネイルを保存先に保存できません

LE

サムネイルの作成エラー: サムネイルを保存先に保存できません

Dual

サムネイルの作成エラー: サムネイルを保存先に保存できません
サムネイルの作成エラー: サムネイルを保存先に保存できません

関連項目