Platforms to show: All Mac Windows Linux Cross-Platform
WindowsDevicePairingRequestedEventArgsMBS class New in 25.0
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Bluetooth | MBS WinFrameworks Plugin | 25.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
- 4 properties
- property DeviceInformation as WindowsDeviceInformationMBS
- property Handle as Integer
- property PairingKind as Integer
- property Pin as String
- 5 methods
- method Accept
- method Close
- method Constructor Private
- method Constructor(other as WindowsDevicePairingRequestedEventArgsMBS)
- method Destructor
- 6 constants
Pairing Kinds
Constant | Value | Description |
---|---|---|
DevicePairingKindsConfirmOnly | 1 | The application must confirm they wish to perform the pairing action. more |
DevicePairingKindsConfirmPinMatch | 8 | The application must display the given PIN to the user and ask the user to confirm that the PIN matches the one show on the target device. more |
DevicePairingKindsDisplayPin | 2 | The application must display the given PIN to the user. more |
DevicePairingKindsNone | 0 |
No pairing is supported. |
DevicePairingKindsProvidePasswordCredential | 16 | The application must request a user name and password from the user. more |
DevicePairingKindsProvidePin | 4 | The application must request a PIN from the user. more |
This class has no sub classes.
Some events using this class:
- WindowsDeviceInformationCustomPairingMBS.PairingRequested(Args as WindowsDevicePairingRequestedEventArgsMBS)
Blog Entries
Release notes
- Version 25.0
- Added WindowsDeviceInformationCustomPairingMBS and WindowsDevicePairingRequestedEventArgsMBS classes to do custom pairing for BluetoothLE.
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WindowsDeviceModeMBS - WindowsDeviceWatcherMBS
