Platforms to show: All Mac Windows Linux Cross-Platform
Back to WindowsDeviceInformationMBS class.
WindowsDeviceInformationMBS.Device as WindowsBluetoothLEDeviceMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Bluetooth | MBS WinFrameworks Plugin | 25.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read and Write property)
WindowsDeviceInformationMBS.Handle as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Bluetooth | MBS WinFrameworks Plugin | 24.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read only property)
WindowsDeviceInformationMBS.Id as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Bluetooth | MBS WinFrameworks Plugin | 24.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
This ID can be used to activate device functionality using the CreateFromIdAsync methods on classes that implement device functionality.
By default, calling DeviceInformation.FindAllAsync returns a collection of DeviceInformation objects that describe device interfaces (rather than devices). Consequently, the value of DeviceInformation.Id for those objects is a device interface identifier (rather than a device identifier). There are overloads of DeviceInformation.FindAllAsync to which you can pass a DeviceInformationKind to control whether the returned DeviceInformation objects represent devices, device interfaces, or other kinds of information.
(Read only property)
WindowsDeviceInformationMBS.IsDefault as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Bluetooth | MBS WinFrameworks Plugin | 24.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read only property)
WindowsDeviceInformationMBS.IsEnabled as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Bluetooth | MBS WinFrameworks Plugin | 24.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read only property)
WindowsDeviceInformationMBS.Kind as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Bluetooth | MBS WinFrameworks Plugin | 24.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read only property)
WindowsDeviceInformationMBS.Name as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Bluetooth | MBS WinFrameworks Plugin | 24.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
The Name property should only be used for display purposes only and not for finding a device because the Name can change due to localization or a user assigning a name.
(Read only property)
WindowsDeviceInformationMBS.Pairing as WindowsDeviceInformationPairingMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Bluetooth | MBS WinFrameworks Plugin | 24.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read only property)
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
