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

« Back to documentation index

cy_nw_arp_cache_entry Struct Reference

cy_nw_arp_cache_entry Struct Reference
[Group_nwhelper_structures]

ARP Cache Entry info. More...

#include <cy_nw_helper.h>

Data Fields

cy_nw_ip_address_t ip
 IP address.
cy_nw_ip_mac_t mac
 MAC address.

Detailed Description

ARP Cache Entry info.

Definition at line 130 of file cy_nw_helper.h.


Field Documentation

IP address.

Definition at line 132 of file cy_nw_helper.h.

MAC address.

Definition at line 133 of file cy_nw_helper.h.