BluetoothClassOfDevice 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供用于确定设备 (蓝牙 COD) 信息的功能。
public ref class BluetoothClassOfDevice sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class BluetoothClassOfDevice final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class BluetoothClassOfDevice
Public NotInheritable Class BluetoothClassOfDevice
- 继承
- 属性
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
|
属性
MajorClass |
获取蓝牙设备的 Major 类代码。 |
MinorClass |
获取设备的 Minor 类代码。 |
RawValue |
获取蓝牙类设备信息,表示为整数值。 |
ServiceCapabilities |
获取设备的服务功能。 |
方法
FromParts(BluetoothMajorClass, BluetoothMinorClass, BluetoothServiceCapabilities) |
通过提供 BluetoothMajorClass、BluetoothMinorClass 和 BluetoothClassOfDevice 的值来创建 BluetoothClassOfDevice 对象。 |
FromRawValue(UInt32) |
从表示设备的主要类、次要类和服务功能的原始整数值创建 BluetoothClassOfDevice 对象。 |