|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.13.1.2
|
Information received in notification for event OPEN_NOTIFY_EVENT_IP_INFO. More...
#include <openapi_event_notify.h>
Data Fields | |
| uint32_t | dnsServerIpAddr [OPEN_DNS_NAME_SERVER_ENTRIES] |
| IP addres of DNS servers. | |
| uint8_t | eventChangeType |
| Create, delete or update. | |
| uint32_t | gateway |
| Gateway. | |
| unsigned char | hostName [OPEN_HOSTNAME_MAX_LEN+1] |
| Hostname. | |
| uint32_t | intIfNum |
| Internal interface number if port type is not service or network. | |
| uint32_t | ipAddr |
| Host IP address. | |
| OPEN_MGMT_PORT_TYPE_t | mgmtPortType |
| Management port type. | |
| uint32_t | netMask |
| Host network mask. | |
Information received in notification for event OPEN_NOTIFY_EVENT_IP_INFO.
Definition at line 204 of file openapi_event_notify.h.