modemApiPrivate.h File Reference
#include "modemApi.h"
Include dependency graph for modemApiPrivate.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | ModemManagerPrivate |
| Allows to interact with a modem from inside the Deepsy. More... | |
Typedefs | |
| typedef boost::function< void(boost::system::error_code error_code, std::string simid, dpyModem::CallInfo callinfo)> | get_sim_call_info_handler_function |
| Prototype of the handler function used to retrieve call info. | |
| typedef boost::function< void(boost::system::error_code, std::string simid, dpyModem::CallSourceStatus callSourceStatus)> | call_source_status_handler_function |
| Prototype of the handler function used to retrieve sim status in terms of calls. | |
| typedef boost::function< void(boost::system::error_code, std::string simid, dpyModem::CallStatus event)> | voice_call_event_handler_function |
| Prototype of the handler function used to retrieve call events. | |
| typedef boost::function< void(boost::system::error_code, std::string modemid, std::map< dpyModemPrivate::VoiceCallConfigParam, std::string > call_param_to_value_map)> | voice_call_config_handler_function |
| Prototype of the handler function used to retrieve the call configuration. | |
Enumerations | |
| enum | VoiceCallOperation { CALL, ANSWER, FINISH, MUTE } |
| Defines the possible voice call operations. More... | |
| enum | VoiceCallConfigParam { AUDIO_MODE, RINGTONE, VOLUME_RINGTONE, VOLUME_PERCENT, MICRO_ADC_GAIN, MICRO_MULT_FACTOR } |
| Defines the possible voice call configuration parameters. More... | |
| enum | VOICE_CALL_NOTIFICATIONS { CALL_DISABLED, CALL_WAITING, CALL_RINGING, CALL_DIALING, CALL_CONVERSATION, CALL_DISCONNECTED } |
| Defines the possible voice call notifications that the modem can report during its operation. More... | |
| enum | VOICECALL_INFO { CALL_DURATION } |
| Defines the possible Voice call related information that can be queried. More... | |
Detailed Description
- Copyright
- GMV, S.A. 2017. Property of GMV,S.A.; all rights reserved
Enumeration Type Documentation
| enum VOICE_CALL_NOTIFICATIONS |
| enum VoiceCallConfigParam |
