Freigeben über


GattCharacteristic.ProtectionLevel Eigenschaft

Definition

Ruft die gewünschten GATT-Sicherheitsoptionen für die Over-the-Air-Kommunikation mit dem Gerät ab oder legt diese fest.

Windows verhandelt die maximale Sicherheit mit dem Gerät im Rahmen des Kopplungsprozesses, und die Angabe eines niedrigeren Sicherheitsniveaus beeinträchtigt die vorhandene Sicherheitsstufe nicht.

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

Eigenschaftswert

Die gewünschten GATT-Sicherheitsoptionen für die Over-the-Air-Kommunikation mit dem Gerät.

Windows-Anforderungen

App-Funktionen
bluetooth

Gilt für: