9 #ifndef __ewf_adapter_simcom_common__h__included__
10 #define __ewf_adapter_simcom_common__h__included__
64 ewf_result ewf_adapter_simcom_common_get_ipv4_address(
ewf_adapter* adapter_ptr, uint32_t* address_ptr);
65 ewf_result ewf_adapter_simcom_common_get_ipv4_netmask(
ewf_adapter* adapter_ptr, uint32_t* netmask_ptr);
66 ewf_result ewf_adapter_simcom_common_get_ipv4_gateway(
ewf_adapter* adapter_ptr, uint32_t* gateway_ptr);
77 ewf_result ewf_adapter_simcom_common_urc_callback(
ewf_interface* interface_ptr, uint8_t* buffer_ptr, uint32_t buffer_length);
The Embedded Wireless Framework adapter API implementation.
struct _ewf_adapter_simcom_common ewf_adapter_simcom_common
The SIMCom common adapter data structure.
enum _ewf_result ewf_result
Success and error result codes specific to the EWF API.
The adapter control API type.
Definition: ewf_adapter_api_control.h:28
Definition: ewf_adapter_api_info.h:26
The SIMCom common adapter data structure.
Definition: ewf_adapter_simcom_common.h:33
The EWF network adapter control structure definition.
Definition: ewf_adapter.h:50
The interface structure definition.
Definition: ewf_interface.h:66