-
|
Hi. I've been struggling to create native bindings for the BlufiLibrary written by Espressif for their C3 and C5 range of chips. Their code repository is here What I did was to create a .h and .m file with just a single class (AdoozyWrappedBlufiClient) that exposes just 3 methods that use basic NSString type parameters and method signatures via an XCode Framework project. Any help with this will be greatly appreciated, either with some quick code examples of what to do, or possible solid steps to a definite solution no matter how painstaking it might be. I know I haven't given any concrete code examples but I'm doing that on purpose so that the standard template from the community .NET MAUI Native Interop guide can be used as a reference for whatever solution is given. Many thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
|
I think this is about the binding stuff, you just search or ask ai to step forward. |
Beta Was this translation helpful? Give feedback.


Does this help in anyway?