Contents

requestProbe

Requests that hardware be re-scanned for devices.

Declaration

virtual IOReturn requestProbe(
 IOOptionBitsoptions );

Parameters

  • options:

    Family defined options, not interpreted by IOService.

Return Value

An IOReturn code.

Overview

For bus families that do not usually detect device addition or removal, this method represents an external request (eg. from a utility application) to rescan and publish or remove found devices.

See Also

Miscellaneous