|
|
udi_nsr_ctrl_ops_t(3udi)
NSR control entry point ops vector
#include <udi.h>typedef const struct { udi_channel_event_ind_op_t *channel_event_ind_op; udi_nsr_bind_ack_op_t *nsr_bind_ack_op; udi_nsr_unbind_ack_op_t *nsr_unbind_ack_op; udi_nsr_enable_ack_op_t *nsr_enable_ack_op; udi_nsr_ctrl_ack_op_t *nsr_ctrl_ack_op; udi_nsr_info_ack_op_t *nsr_info_ack_op; udi_nsr_status_ind_op_t *nsr_status_ind_op; } udi_nsr_ctrl_ops_t; /* NSR Control Ops Vector Number */#define UDI_NSR_CTRL_OPS_NUM 4DESCRIPTION A Network Service Requestor (NSR) uses the udi_nsr_ctrl_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 control channel operations.
REFERENCES udi_nd_ctrl_ops_t, udi_nsr_tx_ops_t, udi_nsr_rx_ops_t