| Embedded Wireless Framework
    | 
Functions for setting up and controlling the interface timeout. More...
| Functions | |
| ewf_result | ewf_interface_default_timeout_set (ewf_interface *interface_ptr, uint32_t timeout) | 
| Set the interface default timeout value.  More... | |
| ewf_result | ewf_interface_default_timeout_get (ewf_interface *interface_ptr, uint32_t *timeout_ptr) | 
| Get the current interface default timeout value.  More... | |
Functions for setting up and controlling the interface timeout.
*** group_interface_common
| ewf_result ewf_interface_default_timeout_get | ( | ewf_interface * | interface_ptr, | 
| uint32_t * | timeout_ptr | ||
| ) | 
Get the current interface default timeout value.
| [in] | interface_ptr | A pointer to the interface structure | 
| [in,out] | timeout_ptr | a pointer to a variable that will get the current interface default timeout value | 
| ewf_result ewf_interface_default_timeout_set | ( | ewf_interface * | interface_ptr, | 
| uint32_t | timeout | ||
| ) | 
Set the interface default timeout value.
| [in] | interface_ptr | A pointer to the interface structure | 
| [in] | timeout | the default timeout value, number of ticks to wait for a response |