GattDescriptor.ProtectionLevel 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
디바이스와의 무선 통신에 대해 원하는 GATT 보안 옵션을 가져오거나 설정합니다.
Windows는 페어링 프로세스의 일부로 디바이스와 가능한 최대 보안을 협상하며, 더 낮은 수준의 보안을 지정해도 기존 보안 수준이 저하되지 않습니다.
public:
property GattProtectionLevel ProtectionLevel { GattProtectionLevel get(); void set(GattProtectionLevel value); };
GattProtectionLevel ProtectionLevel();
void ProtectionLevel(GattProtectionLevel value);
public GattProtectionLevel ProtectionLevel { get; set; }
var gattProtectionLevel = gattDescriptor.protectionLevel;
gattDescriptor.protectionLevel = gattProtectionLevel;
Public Property ProtectionLevel As GattProtectionLevel
속성 값
디바이스와의 무선 통신을 위한 원하는 GATT 보안 옵션입니다.
Windows 요구 사항
앱 기능 |
bluetooth
|