Compartir a través de


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