NordicSemiconductor/IOS-DFU-Library

Missing Documentation??

nissaba opened this issue · 1 comments

Hi, I am looking for the Documentation. And I do not mean the snippet of Documentation link on the main page of the Github repo page. aka: https://github.com/NordicSemiconductor/IOS-DFU-Library/blob/master/documentation.md

near the end it talks about the "DFUServiceController" which as 0 information on, and code completion for the most part does not offer any information on methods or classes.

Unless no one as taken the time to write it and that the nrfToolbox project is considered as the "Documentation" in which case this is sad as an example project is never a replacement for actual Documentation.

Really hopping to find real Documentation.

Hello, thank you for the feedback. I'm afraid we don't have more than what's in GitHub.

Isn't that class self explanatory?
It's returned here:

- returns: A DFUServiceController object that can be used to control the DFU
operation, or nil, if the file was not set, or the peripheral instance
could not be retrieved.

What would you like to know more?