NordicSemiconductor / IOS-nRF-Connect-Device-Manager

A mobile management library for devices supporting nRF Connect Device Manager.
https://www.nordicsemi.com/Software-and-tools/Software/nRF-Connect-SDK
Apache License 2.0
86 stars 37 forks source link

Making `McuManager` accessible from Objective C and Xamarin #216

Closed philips77 closed 3 weeks ago

philips77 commented 3 weeks ago

Fixes:

lele4warp commented 3 weeks ago

The generated .h is better but several functions are missing (DFU,logmanager etc....)

philips77 commented 3 weeks ago

Right, could you add : NSObject to whatever is necessary? Some Swift features, like OptionSet aren't available in Objective C, but I don't think we used them in this project.