System.Bluetooth.EBluetoothFormatException

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

System.Bluetooth.EBluetoothExceptionSystem.SysUtils.ExceptionSystem.TObjectEBluetoothFormatException

Delphi

EBluetoothFormatException = class(EBluetoothException);

C++

class PASCALIMPLEMENTATION EBluetoothFormatException : public EBluetoothException

プロパティ

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


説明

TBluetoothGattCharacteristic に関連して発生する例外の型です。

EBluetoothFormatException が発生するのは、キャラクタリスティックの値(Value プロパティ)を整数または単精度浮動小数点数として取得または設定するために指定された書式型が無効な場合です。

この例外が発生する可能性があるのは次のメソッドです。

関連項目