GattServiceProviderAdvertisingParameters.IsDiscoverable Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur booléenne indiquant que le service GATT est détectable.
public:
property bool IsDiscoverable { bool get(); void set(bool value); };
bool IsDiscoverable();
void IsDiscoverable(bool value);
public bool IsDiscoverable { get; set; }
var boolean = gattServiceProviderAdvertisingParameters.isDiscoverable;
gattServiceProviderAdvertisingParameters.isDiscoverable = boolean;
Public Property IsDiscoverable As Boolean
Valeur de propriété
Boolean
bool
Boolean indiquant que le service GATT est détectable.
Configuration requise pour Windows
Fonctionnalités de l’application |
bluetooth
|