Andrew Reed / Mbed OS CITY1082-i2c_master_wifi_mqtt
Embed: (wiki syntax)

« Back to documentation index

Group_nwhelper_structures

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

Network interface object.

Definition at line 121 of file cy_nw_helper.h.

ARP Cache Entry info.

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.

Network IP status change callback info.