DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

udi_gio_unbind_ack(3udi)


Acknowledge a GIO unbind request

SYNOPSIS

#include <udi.h>

void udi_gio_unbind_ack (

	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 provider to a GIO client.

DESCRIPTION The udi_gio_unbind_ack operation is used by a Generic I/O provider to acknowledge unbinding from a Generic I/O client as requested by a udi_gio_unbind_req operation.

WARNINGS The control block must be the same control block as passed to the driver in the corresponding udi_gio_unbind_req operation.

REFERENCES udi_gio_bind_cb_t, udi_gio_unbind_req


UDI Core Specification Contents