04-24-2009 11:36 AM
I'm trying to acquire the IP address of the WLAN interface. I see that I can retrieve the local address using the UDPDatagramConnection class; however, openning a socket to retrieve the local IP address doesn't seem very efficient.
Is there an alternative method to retrieving the local IP address that I am missing?
Earl
04-24-2009 11:56 AM
Hi,
public static byte[] getIPAddress(int apnId) in Class RadioInfo??
Regards,
Jochen
04-24-2009 12:40 PM
I saw that also, but I'm pretty sure it's for the cellular network only. I'm not sure what the apnid is for WiFi or if it's even applicable. The developer documentation seems pretty vague in this area.
Earl