Funktioner för COM-API för mobilnät

Warning

COM-API:et för mobilnät är inaktuellt i Windows 10. Det här innehållet tillhandahålls för underhåll av OEM- och mobiloperatörsskapade Windows Phone 8.1-program.

För att mobil-API:erna ska kunna köras måste funktioner läggas till i paketfilen som innehåller mobilprogrammet. För varje metod som programmet anropar inkluderar du den nödvändiga funktionen.

Alla com-gränssnittsmetoder för mobilnät kräver funktionen ID_CAP_CELL_API_COMMON. Ytterligare kapacitetskrav är följande:

Method Funktioner utöver 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

designguide för MOBIL-COM API

COM API-referens för mobilnät