Embedded Wireless Framework
|
Go to the source code of this file.
Functions | |
ewf_result | ewf_adapter_modem_manufacturer_read (ewf_adapter *adapter_ptr, char *info_str, uint16_t *info_str_len_ptr) |
Read manufacturer info (+cgmi) More... | |
ewf_result | ewf_adapter_modem_model_read (ewf_adapter *adapter_ptr, char *info_str, uint16_t *info_str_len_ptr) |
Read manufacturer model info (+cgmm) More... | |
ewf_result | ewf_adapter_modem_revision_read (ewf_adapter *adapter_ptr, char *info_str, uint16_t *info_str_len_ptr) |
Read manufacturer model revision info (+cgmr) More... | |
ewf_result | ewf_adapter_modem_serial_number_read (ewf_adapter *adapter_ptr, const char *snt_str, char *info_str, uint16_t *info_str_len_ptr) |
Read manufacturer product serial number info (+cgsn) More... | |
ewf_result | ewf_adapter_modem_imsi_read (ewf_adapter *adapter_ptr, char *info_str, uint32_t *info_str_len_ptr) |
Read the modem IMSI (+cimi) More... | |
ewf_result | ewf_adapter_modem_message_character_set (ewf_adapter *adapter_ptr, const char *chset_str) |
Set TE character set (+cscs) More... | |
ewf_result | ewf_adapter_modem_message_character_read (ewf_adapter *adapter_ptr, char *chset_str, uint32_t *chset_len_ptr) |
Read the TE character set (+cscs?) More... | |
ewf_result | ewf_adapter_modem_multiplexing_mode_set (ewf_adapter *adapter_ptr, bool transparency, uint8_t subset, uint8_t port_speed, uint32_t n1, uint8_t t1, uint8_t n2, uint8_t t2, uint8_t t3, uint8_t k) |
Set Multiplexing mode (+cmux) More... | |
ewf_result | ewf_adapter_modem_multiplexing_mode_read (ewf_adapter *adapter_ptr, bool *transparency_ptr, uint8_t *subset_ptr, uint8_t *port_speed_ptr, uint32_t *n1_ptr, uint8_t *t1_ptr, uint8_t *n2_ptr, uint8_t *t2_ptr, uint8_t *t3_ptr, uint8_t *k_ptr) |
Read Multiplexing mode (+cmux?) More... | |
The Embedded Wireless Framework modem adapter gerneral API (Reference : 3GPP TS 27.007, 3GPP TS 24.008, 3GPP TS 27.005, 3GPP TS 24.011 specifiction)