CompleteReport
Completes all async requests made when getting or setting a report.
Declaration
virtual void CompleteReport(OSAction *action, IOReturn status, uint32_t actualByteCount);Parameters
- action:
The action passed to the
getReportorsetReportmethods. - status:
The completion status.
- actualByteCount:
The size of the buffer sent to the
getReportorsetReportmethods.
Discussion
Call this method upon completion of the getReport and setReport methods.