hidd_report_detach()

Detach from a HID device report

Synopsis:

#include <sys/hiddi.h>

int hidd_report_detach( struct hidd_report *report );

Arguments:

report

The handle of the report to detach (from hidd_report_attach()).

Description:

The hidd_report_detach() function stop receiving reports from a HID device that you previously had attached to using hidd_report_attach().

Returns:

EOK
Success.
EINVAL
The report argument is NULL.
ENODEV
The device wasn't found.
ENOENT
The specified report doesn't exist.

Classification:

QNX OS

Safety:
Cancellation point Yes
Signal handler No
Thread Yes
Page updated: