Jump to content

ASPI Router

From EDM2
Revision as of 01:33, 18 January 2020 by Ak120 (talk | contribs)

ASPI Router is a device driver that lets you access the SCSI bus from your application. It is required for cdrecord and other programs that access SCSI on an application level, such as SANE, or for anyone that wishes to write programs that interface with SCSI devices without writing a device driver.

Functions

Private

  • initSemaphore
  • closeSemaphore
  • openDriver
  • closeDriver
  • initBuffer
  • waitPost

Public

  • scsiObj
  • ~scsiObj
  • init
  • close
  • rewind
  • read
  • locate
  • unload
  • read_position
  • space
  • testUnitReady
  • write
  • write_filemarks
  • HA_inquiry
  • getDeviceType
  • resetDevice
  • abort

Files

License

  • Free / AS IS

Author:

  • Daniel Dorau
  • Paul Ratcliffe

Links