how to set dialup number
and isp account info into cedout.cfg
thanks in advance
Stefano Campri
how to set dialup number
and isp account info into cedout.cfg
thanks in advance
Stefano Campri
Hello,
You can't set anything in CommDB by using cedout.cfg file. Cedout.cfg is just a output of emulator's CommDB structure. If u want to set or get someting in CommDB, you have to use CCommsDatabase and CommsDbTableView class. You have to open the appropriate table and read and write the valuse on the correct record of the table. Things will get more clearer if you read the API doc file of those class.