RadioKind 列挙型

定義

無線デバイスの種類を表す列挙。

public enum class RadioKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class RadioKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum RadioKind
var value = Windows.Devices.Radios.RadioKind.other
Public Enum RadioKind
継承
RadioKind
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

Bluetooth 3

Bluetooth 無線。

FM 4

FM ラジオ。

注意

この値は将来使用するために定義されており、現在は使用できません。

MobileBroadband 2

モバイル ブロードバンド 無線。 この値は、Windows 10 バージョン 1703 で使用できるようになります。

Other 0

指定されていない種類の無線デバイス。

WiFi 1

Wi-Fi 無線。

適用対象