GattProtectionLevel 열거형

정의

원하는 보안 수준을 나타냅니다.

원하는 보안 옵션을 요청할 수 있습니다.

public enum class GattProtectionLevel
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class GattProtectionLevel
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum GattProtectionLevel
var value = Windows.Devices.Bluetooth.GenericAttributeProfile.GattProtectionLevel.plain
Public Enum GattProtectionLevel
상속
GattProtectionLevel
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
앱 기능
bluetooth

필드

AuthenticationRequired 1

링크를 인증해야 합니다.

EncryptionAndAuthenticationRequired 3

링크를 암호화하고 인증해야 합니다.

EncryptionRequired 2

링크를 암호화해야 합니다.

Plain 0

기본 보호 수준을 사용합니다.

적용 대상