Compartilhar via


Recursos da API COM para celular

Warning

A API COM de celular foi preterida no Windows 10. Este conteúdo é fornecido para dar suporte à manutenção de aplicativos do Windows Phone 8.1 criados por OEM e operadora móvel.

Para permitir que as APIs de celular sejam executadas, os recursos devem ser adicionados ao arquivo de pacote que contém o aplicativo de celular. Para cada método que seu aplicativo chama, inclua o recurso necessário.

Todos os métodos de interface COM celular exigem a capacidade ID_CAP_CELL_API_COMMON. Os requisitos de capacidade adicionais são os seguintes:

Method Capacidades além de ID_CAP_CELL_API_COMMON
IOemCellularModem::SendModemOpaqueCommand ID_CAP_CELL_API_OEM_PASSTHROUGH
IOemCellularModem::RegisterForOpaqueModemNotifications ID_CAP_CELL_API_OEM_PASSTHROUGH
IOemCellularModem::UnRegisterForOpaqueModemNotifications ID_CAP_CELL_API_OEM_PASSTHROUGH
IOemCellularModem::SetRFState ID_CAP_CELL_API_OEM_PASSTHROUGH
IOemCellularModem::GetRFState ID_CAP_CELL_API_OEM_PASSTHROUGH
IOemCan::GetPositionInfo ID_CAP_CELL_API_LOCATION
IOemUiccApp::GetAppId ID_CAP_CELL_API_UICC
IOemUiccApp::GetType ID_CAP_CELL_API_UICC
IOemUiccApp::GetPinLockState ID_CAP_CELL_API_UICC
IOemUiccApp::ReadRecord ID_CAP_CELL_API_UICC, ID_CAP_CELL_API_UICC_LOWLEVEL
IOemUiccApp::WriteRecord ID_CAP_CELL_API_UICC, ID_CAP_CELL_API_UICC_LOWLEVEL
IOemUiccApp::GetRecordStatusOnFilePath ID_CAP_CELL_API_UICC
IOemUiccApp::ReadRecordOnFilePath ID_CAP_CELL_API_UICC, ID_CAP_CELL_API_UICC_LOWLEVEL
IOemUiccApp::WriteRecordOnFilePath ID_CAP_CELL_API_UICC, ID_CAP_CELL_API_UICC_LOWLEVEL
IOemUiccApp::GetIMSI ID_CAP_CELL_API_UICC
IOemUiccApp::GetSIDNID ID_CAP_CELL_API_UICC, ID_CAP_CELL_API_UICC_LOWLEVEL
IOemUiccApp::GetSubscriberNumbers ID_CAP_CELL_API_UICC
IOemUiccAppEx2::GetNAI ID_CAP_CELL_API_UICC

Guia de design da API COM para celular

Referência da API COM de celular