P
Paul G. Tobey [eMVP]
You can probably use the OpenNETCF Smart Device Framework to do what you'd
need to do to see if there is a WiFi connection. Get an AdapterList, check
for a WiFi adapter in that list, set up to receive notifications of changes
to that adapter and, when one happens, check to see if you can find your
target partner over that network (create the type of socket you're using for
the real connection, but bind it specfically to the IP of the WiFi adapter
and try to make the connection, etc.)
Paul T.
need to do to see if there is a WiFi connection. Get an AdapterList, check
for a WiFi adapter in that list, set up to receive notifications of changes
to that adapter and, when one happens, check to see if you can find your
target partner over that network (create the type of socket you're using for
the real connection, but bind it specfically to the IP of the WiFi adapter
and try to make the connection, etc.)
Paul T.