home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextLibrary / Documentation / NextDev / Examples / DriverKit / DriverInspector / README < prev   
Encoding:
Text File  |  1995-02-01  |  461 b   |  9 lines

  1. This is an example of creating an inspector to be used with the Configure
  2. application for Intel-based computers.  This example implements a class that
  3. conforms to the IOConfigurationInspector protocol.  Drivers for other devices
  4. often use the IODeviceInspector class instead.
  5.  
  6. Use the Driver Kit target of /NextLibrary/Bookshelves/NextDeveloper.bshlf to
  7. see the documentation of IOConfigurationInspector, IODeviceInspector, and
  8. driver configuration in general.
  9.