FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
vl_api_msg_range_t Struct Reference

Message range (belonging to a plugin) More...

Data Fields

u8name
 name of the plugin More...
 
u16 first_msg_id
 first assigned message ID More...
 
u16 last_msg_id
 last assigned message ID More...
 

Detailed Description

Message range (belonging to a plugin)

Definition at line 111 of file api_common.h.

Field Documentation

◆ first_msg_id

u16 vl_api_msg_range_t::first_msg_id

first assigned message ID

Definition at line 114 of file api_common.h.

◆ last_msg_id

u16 vl_api_msg_range_t::last_msg_id

last assigned message ID

Definition at line 115 of file api_common.h.

◆ name

u8* vl_api_msg_range_t::name

name of the plugin

Definition at line 113 of file api_common.h.


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