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


GattLocalCharacteristicParameters.ReadProtectionLevel Свойство

Определение

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

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

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

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

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

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

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

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