udi_nd_rx_ops_t(3udi)
ND receive entry point ops vector
#include <udi.h>typedef const struct { udi_channel_event_ind_op_t *channel_event_ind_op; udi_nd_rx_rdy_op_t *nd_rx_rdy_op; } udi_nd_rx_ops_t; /* ND Receive Ops Vector Number */#define UDI_ND_RX_OPS_NUM 3DESCRIPTION A Network Driver uses the udi_nd_rx_ops_t structure in a udi_ops_init_t as part of its udi_init_info in order to register its entry points for the Network Interface Metalanguage receive channel operations.