How I can check if IAP is Wap or Internet GPRS. I want to use Internet GPRS IAP, not Wap.
Thx for Your help.
How I can check if IAP is Wap or Internet GPRS. I want to use Internet GPRS IAP, not Wap.
Thx for Your help.
I know this page. I know how read IAP.
I use this code :
But this code read WAP IAP and GPRS IAP, I want to have GPRS IAP only.Code:CCommsDbTableView* commView = commDb->OpenIAPTableViewMatchingBearerSetLC( ECommDbBearerCSD|ECommDbBearerGPRS, ECommDbConnectionDirectionOutgoing);
Try to remove ECommDbBearerCSD flag from this code and then check again.
I try it, but its not help.
Thx for Your helping, do You have another advice?