Partager via


GattLocalCharacteristicParameters.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 = gattLocalCharacteristicParameters.readProtectionLevel;
gattLocalCharacteristicParameters.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 à