简体   繁体   中英

Access device settings of Motorola MC67 using C#

I am new to C# and WM/CE OS as well. I need to access and update device settings of Motorola MC67 device using C#, but can't find anything related to it anywhere. Specifically, I want to update Settings>>Connections>>Existing Connections>>Select a profile and Update APN value.

Please suggest/help. Thanks in advance.

You can setup/change GPRS emtries using the MS DMProcessConfig API call and a wap provisioning xml for CM_GPRSEntries Although the site states CE6 it is valid for WM6 too: https://msdn.microsoft.com/en-us/library/ee497113%28v=winembedded.60%29.aspx

Example xml at https://msdn.microsoft.com/en-us/library/ee498033%28v=winembedded.60%29.aspx

You may also query the settings, for example using RAPIconfig.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM