Partager via


GattCharacteristic.ProtectionLevel Propriété

Définition

Obtient ou définit les options de sécurité GATT souhaitées pour la communication par voie aérienne avec l’appareil.

Windows négociera la sécurité maximale possible avec l’appareil dans le cadre du processus de jumelage, et la spécification d’un niveau de sécurité inférieur ne dégradera pas le niveau de sécurité existant.

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

void ProtectionLevel(GattProtectionLevel value);
public GattProtectionLevel ProtectionLevel { get; set; }
var gattProtectionLevel = gattCharacteristic.protectionLevel;
gattCharacteristic.protectionLevel = gattProtectionLevel;
Public Property ProtectionLevel As GattProtectionLevel

Valeur de propriété

Options de sécurité GATT souhaitées pour la communication par voie aérienne avec l’appareil.

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à