Contents

reset

An access method that resets the data buffer.

Declaration

virtual IOReturn reset();

Return Value

Returns kIOReturnSuccess on success, kIOReturnNotWritable if reset access is not permitted, or an error from the notification handler.

Overview

This method handles an external request to reset the data buffer. If notification is enabled, then the notification handler is called after the data buffer has been cleared.

See Also

Miscellaneous