Condividi tramite


Funzionalità dell'API COM cellulare

Warning

L'API COM cellulare è deprecata in Windows 10. Questo contenuto viene fornito per supportare la manutenzione delle applicazioni OEM e dell'operatore di telefonia mobile create per Windows Phone 8.1.

Per consentire l'esecuzione delle API cellulari, è necessario aggiungere funzionalità al file di pacchetto che contiene l'applicazione cellulare. Per ogni metodo chiamato dall'applicazione, includere la funzionalità necessaria.

Tutti i metodi di interfaccia COM cellulare richiedono la funzionalità di ID_CAP_CELL_API_COMMON. I requisiti aggiuntivi per le funzionalità sono i seguenti:

Method Funzionalità oltre a 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

Guida alla progettazione dell'API COM cellulare

Informazioni di riferimento sulle API COM cellulare