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
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>
 +
only available in .NET Core 6+ or UWP/WPF apps (non-WinForm), .NET Core 6 requires Windows 10 or higher.<br>

Revision as of 05:25, 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',
only available in .NET Core 6+ or UWP/WPF apps (non-WinForm), .NET Core 6 requires Windows 10 or higher.