次の方法で共有


GattLocalCharacteristicParameters.ReadProtectionLevel プロパティ

定義

読み取り保護レベルを取得または設定します。

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

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

プロパティ値

読み取り保護レベル。

Windows の要件

アプリの機能
bluetooth

適用対象