다음을 통해 공유


GattLocalDescriptorParameters.WriteProtectionLevel 속성

정의

쓰기 보호 수준을 가져오거나 설정합니다.

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

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

속성 값

쓰기 보호 수준입니다.

Windows 요구 사항

앱 기능
bluetooth

적용 대상