NAME
CD_REMFRAMEINT -- remove a CD-frame interrupt handler.
IO REQUEST
The same IO request used for cd_addframeint.
io_Device preset by the call to opendevice()
io_Unit preset by the call to opendevice()
io_Command CD_REMFRAMEINT
io_Length sizeof(struct Interrupt)
io_Data pointer to interrupt structure
RESULTS
io_Error 0 for success, or an error code as defined in
<devices/cd.h>
FUNCTION
This command removes a CD-frame software interrupt added
by a previous use of cd_addframeint.
BUGS
SEE ALSO
cd_addframeint, <devices/cd.h>