Compartir a través de


GattLocalDescriptorParameters.WriteProtectionLevel Propiedad

Definición

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

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

void WriteProtectionLevel(GattProtectionLevel value);
public GattProtectionLevel WriteProtectionLevel { get; set; }
var gattProtectionLevel = gattLocalDescriptorParameters.writeProtectionLevel;
gattLocalDescriptorParameters.writeProtectionLevel = gattProtectionLevel;
Public Property WriteProtectionLevel As GattProtectionLevel

Valor de propiedad

Nivel de protección de escritura.

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a