Partager via


GattLocalDescriptorParameters.WriteProtectionLevel Propriété

Définition

Obtient ou définit le niveau de protection en écriture.

public:
 property GattProtectionLevel WriteProtectionLevel { GattProtectionLevel get(); void set(GattProtectionLevel value); };
GattProtectionLevel WriteProtectionLevel();

void WriteProtectionLevel(GattProtectionLevel value);
public GattProtectionLevel WriteProtectionLevel { get; set; }
var gattProtectionLevel = gattLocalDescriptorParameters.writeProtectionLevel;
gattLocalDescriptorParameters.writeProtectionLevel = gattProtectionLevel;
Public Property WriteProtectionLevel As GattProtectionLevel

Valeur de propriété

Niveau de protection en écriture.

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à