Compartir a través de


GattLocalCharacteristicParameters.WriteProtectionLevel Propiedad

Definición

Obtiene y 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 = gattLocalCharacteristicParameters.writeProtectionLevel;
gattLocalCharacteristicParameters.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