System.Bluetooth.EBluetoothFormatException

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.Bluetooth.EBluetoothExceptionSystem.SysUtils.ExceptionSystem.TObjectEBluetoothFormatException

Delphi

EBluetoothFormatException = class(EBluetoothException);

C++

class PASCALIMPLEMENTATION EBluetoothFormatException : public EBluetoothException

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth


Beschreibung

Typ einer Exception, die im Zusammenhang mit TBluetoothGattCharacteristic ausgelöst wird.

EBluetoothFormatException wird ausgelöst, wenn der angegebene Formattyp zum Ermitteln oder Festlegen des Wertes des Merkmals als Integer oder Single ungültig ist.

Diese Exception kann in folgenden Methoden vorkommen:

Siehe auch