System.Bluetooth.TBluetoothProperty

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TBluetoothProperty = (Broadcast, ExtendedProps, Notify, Indicate, Read, Write, WriteNoResponse, SignedWrite);

C++

enum class DECLSPEC_DENUM TBluetoothProperty : unsigned char { Broadcast, ExtendedProps, Notify, Indicate, Read, Write, WriteNoResponse, SignedWrite };

プロパティ

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


説明

キャラクタリスティックの取り得るプロパティを列挙します。

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

プロパティ 意味 プラットフォーム
Broadcast このキャラクタリスティックはブロードキャスト可能です。 Windows / OS X / iOS / Android
ExtendedProps このキャラクタリスティックには拡張プロパティがあります。 OS X / iOS / Android
Notify このキャラクタリスティックは通知をサポートしています。 Windows / OS X / iOS / Android
Indicate このキャラクタリスティックは指示をサポートしています。 Windows / OS X / iOS / Android
Read このキャラクタリスティックは読み取り可能です。 Windows / OS X / iOS / Android
Write このキャラクタリスティックは書き込み可能です。 Windows / OS X / iOS / Android
WriteNoResponse このキャラクタリスティックは応答なしで書き込み可能です。 Windows / OS X / iOS / Android
SignedWrite このキャラクタリスティックは署名付きの書き込みをサポートしています。 Windows / OS X / iOS / Android

関連項目