System.Bluetooth.TBluetoothGattService.UUIDName : Différence entre versions
(Page créée avec « {{#lst:API:System.Bluetooth.TBluetoothGattService.UUIDName|api}} ==Description== {{#lsth:API:System.Bluetooth.TBluetoothGattService.UUIDName|Description}} ») |
(Imported November 12, 2014 translation package. LOC-16752) |
||
| Ligne 1 : | Ligne 1 : | ||
{{#lst:API:System.Bluetooth.TBluetoothGattService.UUIDName|api}} | {{#lst:API:System.Bluetooth.TBluetoothGattService.UUIDName|api}} | ||
| − | + | {{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattService.UUIDName | |{{InheritsFrom|System.Bluetooth.TBluetoothGattService.UUIDName}}}} | |
| − | {{# | + | |
| + | <section begin="short" />Renvoie une chaîne avec le UUIDName de ce service.<section end="short" /> | ||
| + | |||
| + | Visitez la page officielle pour plus d'informations sur les services standard : [https://developer.bluetooth.org/gatt/services/Pages/ServicesHome.aspx Standard BluetoothLE Services]. | ||
| + | |||
| + | ===Voir aussi=== | ||
| + | |||
| + | * [[System.Bluetooth.TBluetoothGattService|System.Bluetooth.TBluetoothGattService]] | ||
| + | * [https://developer.bluetooth.org/gatt/services/Pages/ServicesHome.aspx Standard BluetoothLE Services] | ||
| + | |||
| + | [[Category:Documentation API]] | ||
| + | [[Category:XE7]] | ||
Version du 18 décembre 2014 à 10:45
Delphi
property UUIDName: string read GetServiceUUIDName;
C++
__property System::UnicodeString UUIDName = {read=GetServiceUUIDName};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattService |
Renvoie une chaîne avec le UUIDName de ce service.
Visitez la page officielle pour plus d'informations sur les services standard : Standard BluetoothLE Services.