Compartilhar via


GattCharacteristic.ProtectionLevel Propriedade

Definição

Obtém ou define as opções de segurança gatt desejadas para comunicação via ar com o dispositivo.

O Windows negociará a segurança máxima possível com o dispositivo como parte do processo de emparelhamento e especificar um nível mais baixo de segurança não prejudicará o nível de segurança existente.

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

Valor da propriedade

As opções de segurança gatt desejadas para comunicação via ar com o dispositivo.

Requisitos do Windows

Funcionalidades do aplicativo
bluetooth

Aplica-se a