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


GattLocalDescriptorParameters.ReadProtectionLevel Свойство

Определение

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

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

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

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

Уровень защиты чтения.

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

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

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