Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Group_nwhelper_structures
Lists all the data structures and typedefs provided with the network helper utility along with the documentation. More...
Data Structures | |
struct | cy_nw_ip_status_change_callback |
Network IP status change callback info. More... | |
struct | cy_nw_ip_address |
IP addr info. More... | |
struct | cy_nw_ip_mac |
MAC Address info. More... | |
struct | cy_nw_arp_cache_entry |
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. | |
typedef struct cy_nw_ip_status_change_callback | cy_nw_ip_status_change_callback_t |
Network IP status change callback info. | |
typedef struct cy_nw_ip_address | cy_nw_ip_address_t |
IP addr info. | |
typedef void * | cy_network_interface_object_t |
Network interface object. | |
typedef struct cy_nw_ip_mac | cy_nw_ip_mac_t |
MAC Address info. | |
typedef struct cy_nw_arp_cache_entry | cy_nw_arp_cache_entry_t |
ARP Cache Entry info. |
Detailed Description
Lists all the data structures and typedefs provided with the network helper utility along with the documentation.
Typedef Documentation
typedef void* cy_network_interface_object_t |
Network interface object.
Definition at line 121 of file cy_nw_helper.h.
typedef struct cy_nw_arp_cache_entry cy_nw_arp_cache_entry_t |
ARP Cache Entry info.
typedef struct cy_nw_ip_address cy_nw_ip_address_t |
IP addr info.
typedef struct cy_nw_ip_mac cy_nw_ip_mac_t |
MAC Address info.
typedef void( cy_nw_ip_status_change_callback_func_t)(cy_nw_ip_interface_t iface, void *arg) |
Network IP status change callback function.
- Parameters:
-
[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.
- Returns:
- none
Definition at line 96 of file cy_nw_helper.h.
typedef struct cy_nw_ip_status_change_callback cy_nw_ip_status_change_callback_t |
Network IP status change callback info.
Generated on Thu Jul 14 2022 12:58:44 by
