Contents

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 getReport or setReport methods.

  • status:

    The completion status.

  • actualByteCount:

    The size of the buffer sent to the getReport or setReport methods.

Discussion

Call this method upon completion of the getReport and setReport methods.

See Also

Processing Device Reports