Difference between revisions of "Talk:BLEWidgets"

From DanIT
Jump to navigation Jump to search
(Created page with "== Support == === .NET === Without using 3rd party plugins, the only way succesfully connect to BLE devices is to use the namespace 'Windows.Devices.Bluetooth' only available...")
 
m
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
=== .NET ===
 
=== .NET ===
Without using 3rd party plugins, the only way succesfully connect to BLE devices is to use the namespace 'Windows.Devices.Bluetooth' only available in .NET Core 6+ or UWP/WPF apps (non-WinForm).
+
Without using any 3rd party plugins, the only way to succesfully connect to BLE devices is by using the namespace 'Windows.Devices.Bluetooth'.<br>
 +
This namespace only works for WinForms with .NET Core 6+, or UWP/WPF apps (non-WinForm). NET Core 6.0 requires Windows 10 or higher.<br>

Latest revision as of 05:28, 23 May 2026

Support

.NET

Without using any 3rd party plugins, the only way to succesfully connect to BLE devices is by using the namespace 'Windows.Devices.Bluetooth'.
This namespace only works for WinForms with .NET Core 6+, or UWP/WPF apps (non-WinForm). NET Core 6.0 requires Windows 10 or higher.