Поделиться через


GattLocalDescriptorParameters.WriteProtectionLevel Свойство

Определение

Возвращает или задает уровень защиты записи.

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

Значение свойства

Уровень защиты записи.

Требования к Windows

Возможности приложения
bluetooth

Применяется к