Hi Everyone,
I have developped a .net C# software that enable/disable fusion state (WLAN card).
I have to install the huge symbol.all.arm.cab (almost 4Mb) librairies into my MC2180 terminal!
My question is, can anyone tell me if i can basically use some DLL's accompanying my EXE;
I'm just using fusion librairies as below:
using Symbol.Fusion;
using Symbol.Fusion.WLAN;
using Symbol.Exceptions;
Thanks in advance
Elie
fusion dll// Expert user has replied. |
1 Replies
You may be able to do this with a reg key setting instead of an app an a big library.
check this registry key for its value, and change it to 0, that will enable your radio.
;InitialState is a dword represent CEDEVICE_POWER_STATE, valid values
;are: 0 - D0, 1 - D1, 2 - D2, 3 - D3, 4 - D4.
"InitialState"=dword:0 ; D4, changed default to OFF, product team to override if needed