Hello,
I need some help. Im using the SDK 2.3.0.71 with Skorpio X3 and i want to set wifi configuration by code.
In the help manual, there is an example but when I executed the code into my Visual Studio 2008, I have an error
Can’t find Pinvoke DLL ‘WifiApi.dll’
I have only one file… Datalogic.Api.dll
for exemple, this line cause the exception mentioned above:
…
String active = Wifi.GetActiveConfig();
…
I need some help
Thank you