Posts

Post not yet marked as solved
10 Replies
Hi Eskimo,actually i'm writing an app to collect informations of peripherals such as bluetooth,wifi,ethernet in C++.So i need a sample snippet/API or a view how this could be done in cpp.Eg:Card type,firmware version ,COuntry code of WIFI
Post not yet marked as solved
10 Replies
I need to retrieve information using APIs and not systems sytsem_profiler. IOKit APIs are mainly pointing to objective C,but I need it to be done in C++. Requesting to direct how it could be done in C++I did go through IOKIT ,but each device is accessed through different ways and they are not generic.Using Core Foundation , i need to retrieve these infos. IN IOKit documentation,many functions are in NSObject ,can you please help me in including this to C++ and work with objective C functions and is it possible?
Post not yet marked as solved
10 Replies
I need to retrieve information using APIs and not systems sytsem_profiler. IOKit APIs are mainly pointing to objective C,but I need it to be done in C++. Requesting to direct how it could be done in C++