wlan on axim

  • Thread starter Thread starter Jon Vaughan
  • Start date Start date
J

Jon Vaughan

I have had a good look around and I havent found what im looking for , but I would have thought that it would be quite a common thing to do, but maybe im wrong.

All I want to do is progmatically switch on and off the wlan / bluetooth on my dell axim x30. I found the following code :


<DllImport("ipaqutil")> _

Public Shared Function iPAQSetWLANRadio(ByRef dwValue As Integer) As Boolean

End Function



But been as I dont have an IPAQ or the DLL I cant see this code going down to well.

Has anyone else ever had a similar issue as this ?



Thanks



J
 
I don't have the answer but would also like an answer to this. I have used
the IPAQ function to 'repair' the wireless connection when it goes down
(which it does, a lot). Now testing with the Axim I wanted to be able to
implement the same ... however I have found so far that it is unnecessary
because the Axim seems to keep the wlan connected much more reliably than the
IPAQ.
 
Back
Top