Embedded Wireless Framework
|
The Embedded Wireless Framework SIMCom common adapter API. More...
#include "ewf_adapter.h"
Go to the source code of this file.
Data Structures | |
struct | _ewf_adapter_simcom_common |
The SIMCom common adapter data structure. More... | |
Typedefs | |
typedef struct _ewf_adapter_simcom_common | ewf_adapter_simcom_common |
The SIMCom common adapter data structure. | |
Functions | |
ewf_result | ewf_adapter_simcom_common_start (ewf_adapter *adapter_ptr) |
ewf_result | ewf_adapter_simcom_common_stop (ewf_adapter *adapter_ptr) |
ewf_result | ewf_adapter_simcom_common_info (ewf_adapter *adapter_ptr) |
ewf_result | ewf_adapter_simcom_common_get_ipv4_address (ewf_adapter *adapter_ptr, uint32_t *address_ptr) |
ewf_result | ewf_adapter_simcom_common_get_ipv4_netmask (ewf_adapter *adapter_ptr, uint32_t *netmask_ptr) |
ewf_result | ewf_adapter_simcom_common_get_ipv4_gateway (ewf_adapter *adapter_ptr, uint32_t *gateway_ptr) |
ewf_result | ewf_adapter_simcom_common_get_ipv4_dns (ewf_adapter *adapter_ptr, uint32_t *dns) |
ewf_result | ewf_adapter_simcom_common_urc_callback (ewf_interface *interface_ptr, uint8_t *buffer_ptr, uint32_t buffer_length) |
Variables | |
ewf_adapter_api_control | ewf_adapter_simcom_common_api_control |
ewf_adapter_api_info | ewf_adapter_simcom_common_api_info |
The Embedded Wireless Framework SIMCom common adapter API.