|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.4.4.5
|
Message structure for forwarding table change notifications. More...
#include <openapi_routing.h>
Data Fields | |
| uint32_t | clientId |
| Client ID given to client at registration time. | |
| uint16_t | msgLen |
| Number of bytes in payload. | |
| uint16_t | msgType |
| One of OPENR_MESSAGE_TYPE_t. | |
Message structure for forwarding table change notifications.
Definition at line 178 of file openapi_routing.h.
| uint32_t openrBestRouteChangeMsg_s::clientId |
Client ID given to client at registration time.
Definition at line 187 of file openapi_routing.h.
| uint16_t openrBestRouteChangeMsg_s::msgLen |
Number of bytes in payload.
Includes the Message Type and Message Length fields.
Definition at line 184 of file openapi_routing.h.