Partager via


GattLocalCharacteristicParameters.WriteProtectionLevel Propriété

Définition

Obtient et 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 = gattLocalCharacteristicParameters.writeProtectionLevel;
gattLocalCharacteristicParameters.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 à