Contents

complete

Complete processing of the memory after an I/O transfer finishes.

Declaration

virtual IOReturn complete(
 IODirection forDirection = forDirection);

Parameters

  • forDirection:

    The direction of the I/O just completed, or kIODirectionNone for the direction specified by the memory descriptor.

Return Value

An IOReturn code.

Overview

This method should not be called unless a prepare was previously issued; the prepare() and complete() must occur in pairs, before and after an I/O transfer involving pageable memory.

See Also

Miscellaneous