次の方法で共有


GattLocalCharacteristicParameters.WriteProtectionLevel プロパティ

定義

書き込み保護レベルを取得および設定します。

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

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

プロパティ値

書き込み保護レベル。

Windows の要件

アプリの機能
bluetooth

適用対象