udi_nsr_tx_ops_t(3udi)
NSR transmit entry point ops vector
SYNOPSIS
#include <udi.h>
typedef const struct {
udi_channel_event_ind_op_t *channel_event_ind_op;
udi_nsr_tx_rdy_op_t *nsr_tx_rdy_op;
} udi_nsr_tx_ops_t;
/* NSR Transmit Ops Vector Number */
#define UDI_NSR_TX_OPS_NUM 5
DESCRIPTION A Network Service Requestor (NSR) uses the udi_nsr_tx_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 transmit channel operations.
REFERENCES udi_nsr_ctl_ops_t, udi_nsr_rx_ops_t