You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Connect to Hub and Send a Message and retrieving answers (directly on protocol layer)
160
160
161
+
***Note**: The `ILegoWirelessProtocol` class was renamed in 3.0. Previously it is known as `IPoweredUpProtocol`.*
162
+
161
163
````csharp
162
164
163
165
varserviceProvider=newServiceCollection()
@@ -245,7 +247,7 @@ DI Container Elements
245
247
-[X] .NET Core 3.1 (on Windows 10 using WinRT)
246
248
- Library uses `Span<T>` / C# 8.0 and is therefore not supported in .NET Framework 1.0 - 4.8 and UWP Apps until arrival of .NET 5 (WinForms and WPF work in .NET Core 3.1)
247
249
- Library uses WinRT for communication therefore only Windows 10
248
-
-[ ] Xamarin (on iOS / Android using Xamarin.Essentials)
250
+
-[ ] Xamarin (on iOS / Android using ?)
249
251
-[ ] Blazor (on Browser using WebBluetooth)
250
252
- Hub Model
251
253
- Hubs
@@ -265,7 +267,7 @@ DI Container Elements
265
267
-[X] Technic Medium Hub - Accelerometer
266
268
-[X] Technic Medium Hub - Gyro Sensor
267
269
-[X] Technic Medium Hub - Tilt Sensor
268
-
-[] Technic Medium Hub - Gesture Sensor
270
+
-[X] Technic Medium Hub - Gesture Sensor (⚠ Usable but Gesture mapping is pending)
269
271
-[X] Technic XLarge Motor
270
272
-[X] Technic Large Motor
271
273
-[ ] Technic Angular Motor (depend on availability of hardware / contributions)
// NOTE: Examples are programmed object oriented style. Base class implements methods Configure, DiscoverAsync and ExecuteAsync to be overwriten on demand.
0 commit comments