How to C# programing obtain static IP address from a existing profile of fusion on MC70? I was attemp to obtain the IP address by SMDK for .Net 1.7, but can't. Symbol.Fusion.dll have IPAddress and profile interface, but IPAddress can't be call at profile instance. Help me!!! Thanks first.
How to programing obtain static IP address from a existing profile of fusion on MC70? |
2 Replies
Thanks for your help! [HKEY_LOCAL_MACHINE\Comm\PHOTON1\PARMS\Tcpip] can obtain that IPAddress, but only current action profile IP address,
however, the case has been good enough for us, i think so.
Whether it is possible to enumerate all the IP address of the profile of Fusion?
I think you should be able to get this info looking into the registry (HKLM\COMM\...). With C# and CF you can easily get it with the Registry class of the OpenNETCF framework. HTH