다음을 통해 공유


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

적용 대상