how to create access point in Internet Destination
Dear Sir,
I want to create an access point with highest priority by using commdb api inside INTERNET destination. I am able to create access point but when we create its going to Uncatagorised destination.
Please suggest can its possible to create access point at standerd destination with the help of commdb API.
please help!
thanx in advance!
Regards,
Satish
Re: how to create access point in Internet Destination
[QUOTE=satish1985;844606]Dear Sir,
I want to create an access point with highest priority by using commdb api inside INTERNET destination. I am able to create access point but when we create its going to Uncatagorised destination.
Please suggest can its possible to create access point at standerd destination with the help of commdb API.
please help!
thanx in advance!
Regards,
Satish[/QUOTE]
Hi all,
My problem has been solved with the help of Cmmanager api.if you have such issue then used cmmanager api for changing the prioity of IAP like-
const TInt MaxPriotiry=0;
destination1.ModifyPriorityL(connectionMethod,MaxPriotiry);// Setting First Priority
//Updates all changes made on the destination and the connection method.
destination1.UpdateL();
Regards,
Satish
Regards,
Satish