次の方法で共有


GattServiceProviderAdvertisingParameters.IsDiscoverable プロパティ

定義

GATT サービスが検出可能であることを示すブール値を取得または設定します。

public:
 property bool IsDiscoverable { bool get(); void set(bool value); };
bool IsDiscoverable();

void IsDiscoverable(bool value);
public bool IsDiscoverable { get; set; }
var boolean = gattServiceProviderAdvertisingParameters.isDiscoverable;
gattServiceProviderAdvertisingParameters.isDiscoverable = boolean;
Public Property IsDiscoverable As Boolean

プロパティ値

Boolean

bool

GATT サービスが検出可能であることを示すブール値。

Windows の要件

アプリの機能
bluetooth

適用対象