|
|
udi_gio_event_res(3udi)
GIO event response
#include <udi.h>void udi_gio_event_res ( udi_gio_event_cb_t *cb );ARGUMENTS cb is a pointer to a GIO event control block.
TARGET CHANNEL The target channel for this operation is the bind channel connecting a GIO client to a GIO provider.
PROXIES udi_gio_event_res_unused
Proxy for udi_gio_event_res
udi_gio_event_res_op_t udi_gio_event_res_unused;udi_gio_event_res_unused may be used as a GIO provider's udi_gio_event_res entry point if the provider never sends any event indications (and therefore expects no responses).
DESCRIPTION The udi_gio_event_res operation is used by a Generic I/O client to acknowledge an event indication from a Generic I/O provider, as delivered by a udi_gio_event_ind operation.
WARNINGS The control block must be the same control block as passed to the driver in the corresponding udi_gio_event_ind operation.