9 replies [Last post]
การสั่งโทรออกด้วยโปรแกรม
nuuneoi
nuuneoi's picture
User offline. Last seen 1 year 14 weeks ago. Offline
Joined: 03/22/2010

Code Example

void
MainForm::DialCall(String number)
{
	ArrayList* pDataList = null;
	pDataList = new ArrayList();
	pDataList->Construct();
	String* pData = null;
	pData = new String("tel:"+number);
	pDataList->Add(*pData);
	String* pData2 = null;
	pData2 = new String(L"type:voice");
	pDataList->Add(*pData2);
	AppControl* pAc = AppManager::FindAppControlN(APPCONTROL_CALL, "");
	if(pAc)
	{
		pAc->Start(pDataList, this);
		delete pAc;
	}
	pDataList->RemoveAll(true);
	delete pDataList;
}

Privilege: TELEPHONY


User login
Google Ads
Facebook Fan Page
Hits Counter
Who's online
There are currently 0 users and 1 guest online.
Who's new
  • qidao0416
  • EDFELIX
  • Scotty9183
  • wanzi
  • wybxqq