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


GattLocalCharacteristicParameters.WriteProtectionLevel Свойство

Определение

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

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

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

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

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

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

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