Partager via


GattLocalDescriptorParameters.ReadProtectionLevel Propriété

Définition

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

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

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

Valeur de propriété

Niveau de protection en lecture.

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à