ModemClient Member List
This is the complete list of members for ModemClient, including all inherited members.
| ADD_APN enum value | ModemClient | |
| APN_OPERATION enum name | ModemClient | |
| asyncForceCustomApn(const std::string &imsi, dpyModem::result_handler_function handler, const bool &force=false, const dpyModem::AccessPointNetwork &custom_apn={}) (defined in ModemClient) | ModemClient | |
| asyncForceCustomApn(dpyModem::result_handler_function handler, const bool &force=false, const dpyModem::AccessPointNetwork &custom_apn={}) (defined in ModemClient) | ModemClient | |
| asyncForceNetworkMode(const std::string &modemid, dpyModem::NetworkMode mode, dpyModem::result_handler_function handler) (defined in ModemClient) | ModemClient | |
| asyncGetActiveSims(const std::string &modemid, dpyModem::sim_list_handler_function handler) (defined in ModemClient) | ModemClient | |
| asyncGetAllSmsInfo(const std::string &simid, dpyModemPrivate::get_sms_info_handler_function handler) (defined in ModemClient) | ModemClient | |
| asyncGetCallSourceStatus(const std::string &simid, dpyModemPrivate::call_source_status_handler_function handler) (defined in ModemClient) | ModemClient | |
| asyncGetForcedAPN(dpyModem::forced_apn_handler_function handler) (defined in ModemClient) | ModemClient | |
| asyncGetInterfaceStatistics(const std::string &modemid, dpyModem::interface_statistics_function_handler handler) (defined in ModemClient) | ModemClient | |
| asyncGetLastVoiceCallInfo(const std::string &simid, dpyModemPrivate::get_sim_call_info_handler_function handler) (defined in ModemClient) | ModemClient | |
| asyncGetModemInfo(const std::string &modemid, dpyModem::modem_info_handler_function handler) (defined in ModemClient) | ModemClient | |
| asyncGetModems(dpyModem::modem_list_handler_function handler) (defined in ModemClient) | ModemClient | |
| asyncGetModemSims(const std::string &modemid, dpyModem::sim_list_handler_function handler) (defined in ModemClient) | ModemClient | |
| asyncGetModemStatus(const std::string &modemid, dpyModem::modem_status_handler_function handler) (defined in ModemClient) | ModemClient | |
| asyncGetSimInfo(const std::string &simid, dpyModem::sim_info_handler_function handler) (defined in ModemClient) | ModemClient | |
| asyncGetSimStatus(const std::string &simid, dpyModem::simStatus_handler_function handler) (defined in ModemClient) | ModemClient | |
| asyncGetVoiceCallConfig(const std::string &modemid, dpyModemPrivate::voice_call_config_handler_function handler) (defined in ModemClient) | ModemClient | |
| asyncIsDataConnectionEnabled(const std::string &modemid, dpyModem::modem_data_connection_status_handler_function handler) (defined in ModemClient) | ModemClient | |
| asyncRequestModemOperation(const std::string &modemid, const dpyModem::ModemOperation &operation, dpyModem::result_handler_function handler) (defined in ModemClient) | ModemClient | |
| asyncRequestSmsOperation(const std::string &simid, const dpyModemPrivate::SmsOperation &operation, const std::string &firstParameter, const std::string &secondParameter, dpyModem::result_handler_function handler) (defined in ModemClient) | ModemClient | |
| asyncRequestVoiceCallOperation(const std::string &simid, const dpyModemPrivate::VoiceCallOperation &operation, const std::string &firstParameter, dpyModem::result_handler_function handler) (defined in ModemClient) | ModemClient | |
| asyncSetVoiceCallConfig(const std::string &modemid, const dpyModemPrivate::VoiceCallConfigParam ¶m, const std::string &value, dpyModem::result_handler_function handler) (defined in ModemClient) | ModemClient | |
| asyncSwitchCurrentSimCard(const std::string &modemid, dpyModem::result_handler_function handler) (defined in ModemClient) | ModemClient | |
| CHANGE_APN enum value | ModemClient | |
| DpyMwClient(std::string &ip, int dport, int sport) (defined in DpyMwClient) | DpyMwClient | |
| getApnByImsi(const std::string &imsi, dpyModem::get_apn_by_imsi_handler_function handler) (defined in ModemClient) | ModemClient | |
| getCallSourceUpdates_S(dpyModemPrivate::call_source_status_handler_function handler) (defined in ModemClient) | ModemClient | |
| getCallSourceUpdates_U() (defined in ModemClient) | ModemClient | |
| getCurrentSimSlot(const std::string &modemid, dpyModem::sim_slot_handler_function handler) (defined in ModemClient) | ModemClient | |
| getModemListEvents_S(dpyModem::modem_list_event_handler_function handler) (defined in ModemClient) | ModemClient | |
| getModemStatusEvents_S(dpyModem::modem_status_handler_function handler) (defined in ModemClient) | ModemClient | |
| getModemWarningEvents_S(dpyModem::modem_warning_event_handler_function handler) (defined in ModemClient) | ModemClient | |
| getSimListEvents_S(dpyModem::sim_list_event_handler_function handler) (defined in ModemClient) | ModemClient | |
| getSimStatusEvents_S(dpyModem::simStatus_handler_function handler) (defined in ModemClient) | ModemClient | |
| getSimStatusEvents_U() (defined in ModemClient) | ModemClient | |
| getSmsEvents_S(dpyModemPrivate::sms_event_handler_function handler) (defined in ModemClient) | ModemClient | |
| getSmsNotifications_S(dpyModemPrivate::sms_notification_handler_function handler) (defined in ModemClient) | ModemClient | |
| getSmsNotifications_U() (defined in ModemClient) | ModemClient | |
| getVoiceCallEvents_S(dpyModemPrivate::voice_call_event_handler_function handler) (defined in ModemClient) | ModemClient | |
| getVoiceCallEvents_U() (defined in ModemClient) | ModemClient | |
| isAlive() (defined in DpyMwClient) | DpyMwClient | |
| m_map_mutex | DpyMwClient | protected |
| m_register_map | DpyMwClient | protected |
| ModemClient(std::string &ip, int dport, int sport) (defined in ModemClient) | ModemClient | |
| monitorServiceAvailability_S(const f_hearbeat_handler &handler) (defined in DpyMwClient) | DpyMwClient | |
| monitorServiceAvailability_U() (defined in DpyMwClient) | DpyMwClient | |
| performApnOperation(const APN_OPERATION &oper, const std::string &imsi, dpyModem::result_handler_function handler, const dpyModem::AccessPointNetwork &new_apn={}) (defined in ModemClient) | ModemClient | |
| REMOVE_APN enum value | ModemClient | |
| sendRequest(int requestType, int responseType, std::string content, boost::any handler, int ms_timeout=2000) (defined in DpyMwClient) | DpyMwClient | protected |
| start() (defined in DpyMwClient) | DpyMwClient | |
| stop() (defined in DpyMwClient) | DpyMwClient | |
| subscribe(int messageType, boost::any handler) (defined in DpyMwClient) | DpyMwClient | |
| unsubscribe(int messageType) (defined in DpyMwClient) | DpyMwClient | |
| ~DpyMwClient() (defined in DpyMwClient) | DpyMwClient | virtual |
| ~ModemClient() (defined in ModemClient) | ModemClient |
