System.Bluetooth.EBluetoothFormatException

From RAD Studio API Documentation
Jump to: navigation, search

System.Bluetooth.EBluetoothExceptionSystem.SysUtils.ExceptionSystem.TObjectEBluetoothFormatException

Delphi

EBluetoothFormatException = class(EBluetoothException);

C++

class PASCALIMPLEMENTATION EBluetoothFormatException : public EBluetoothException

Properties

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

Description

Type of exception raised in relation to TBluetoothGattCharacteristic.

EBluetoothFormatException is raised when the specified format type to get or set the Value of the characteristic as an integer or a single is invalid.

This exception may occur in:

See Also