|
|
udi_gio_unbind_req(3udi)
Request to unbind from a GIO provider
#include <udi.h>void udi_gio_unbind_req ( udi_gio_bind_cb_t *cb );ARGUMENTS cb is a pointer to a GIO bind control block.
TARGET CHANNEL The target channel for this operation is the bind channel connecting a GIO client to a GIO provider.
DESCRIPTION A Generic I/O client uses this operation to unbind from a Generic I/O provider.
The GIO client must prepare for the udi_gio_unbind_req operation by allocating a GIO bind control block (calling udi_cb_alloc with a cb_idx that was previously associated with UDI_GIO_BIND_CB_NUM).
Next, the GIO client sends the GIO bind control block to the GIO provider with a udi_gio_unbind_req operation.