Compartir a través de


GattLocalDescriptorParameters.ReadProtectionLevel Propiedad

Definición

Obtiene o establece el nivel de protección de lectura.

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

Valor de propiedad

Nivel de protección de lectura.

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a