How i do implement programmatically APN automatic configuration for windows mobile using OpenNetCF?
I have 4 APN providers and I should like mark provider name and automatically set configurations and connection.
It's possible on Windows Mobile PDA?
I have this four APN here.
Thank you.
I actually do not know if OpenNetCF has a wrapper for setting APN but Windows Mobile devices (not Windows Phone) support WAP provisioning to setup GPRS Connections.
WAP XML can be applied locally for example using DMProcessConfigXML API.
Here is an example to add a GPRS entry:
See https://msdn.microsoft.com/en-us/library/aa456052.aspx for more details.
You may also setup the connections manually and then dump them using a xml query and RapiConfig.
Yes, Trevor is right, you can use ProcessConfiguration. The link also shows how to get those settings. But you need to reduce the returned query result before using the values as setting xml.