System.Bluetooth.TBluetoothProperty

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth


Description

Enumère les propriétés possibles des caractéristiques (EN).

Voici la liste des valeurs possibles :

Propriété Signification Plate-forme
Broadcast La caractéristique est diffusable. Windows / OS X / iOS / Android
ExtendedProps La caractéristique a des propriétés étendues. OS X / iOS / Android
Notify La caractéristique prend en charge la notification. Windows / OS X / iOS / Android
Indicate La caractéristique prend en charge l'indication. Windows / OS X / iOS / Android
Read La caractéristique peut être lue. Windows / OS X / iOS / Android
Write La caractéristique peut être écrite. Windows / OS X / iOS / Android
WriteNoResponse La caractéristique peut être écrite sans réponse. Windows / OS X / iOS / Android
SignedWrite La caractéristique prend en charge l'écriture avec signature. Windows / OS X / iOS / Android

Voir aussi