Lists all the data structures and typedefs provided with the network helper utility along with the documentation.
Data Structures | |
| struct | cy_nw_ip_status_change_callback_t |
| Network IP status change callback info. More... | |
| struct | cy_nw_ip_address_t |
| IP addr info. More... | |
| struct | cy_nw_ip_mac_t |
| MAC Address info. More... | |
| struct | cy_nw_arp_cache_entry_t |
| ARP Cache Entry info. More... | |
| struct | cy_network_interface_t |
| Network interface info structure. More... | |
Typedefs | |
| typedef void() | cy_nw_ip_status_change_callback_func_t(cy_nw_ip_interface_t iface, void *arg) |
| Network IP status change callback function. More... | |
| typedef void * | cy_network_interface_object_t |
| Network interface object. | |
| typedef void() cy_nw_ip_status_change_callback_func_t(cy_nw_ip_interface_t iface, void *arg) |
Network IP status change callback function.
| [in] | iface | : Pointer to the network interface for which the callback is invoked. |
| [in] | arg | : User data object provided during the status change callback registration. |