Open Ethernet Networking (OpEN) API Guide and Reference Manual  3.6.0.3
Data Fields
openrBestRouteChangeMsg_s Struct Reference

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. More...
 
uint16_t msgLen
 Number of bytes in payload. More...
 
uint16_t msgType
 One of OPENR_MESSAGE_TYPE_t.
 

Detailed Description

Message structure for forwarding table change notifications.

Examples:
openr_example.c.

Definition at line 178 of file openapi_routing.h.

Field Documentation

uint32_t openrBestRouteChangeMsg_s::clientId

Client ID given to client at registration time.

Examples:
openr_example.c.

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.


The documentation for this struct was generated from the following file: