ASPI Router: Difference between revisions
Appearance
Line 9: | Line 9: | ||
==Functions== | ==Functions== | ||
* scsiObj | |||
* ~scsiObj | |||
* openDriver | |||
* closeDriver | |||
* initSemaphore | |||
* closeSemaphore | |||
* initBuffer | |||
* init | |||
* close | |||
* waitPost | |||
* rewind | |||
* read | |||
* locate | |||
* unload | |||
* read_position | |||
* space | |||
* testUnitReady | |||
* write | |||
* write_filemarks | |||
* HA_inquiry | |||
* getDeviceType | |||
* resetDevice | |||
* abort | |||
==License== | ==License== |
Revision as of 19:14, 1 March 2017
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.
Download
Files
Functions
- scsiObj
- ~scsiObj
- openDriver
- closeDriver
- initSemaphore
- closeSemaphore
- initBuffer
- init
- close
- waitPost
- rewind
- read
- locate
- unload
- read_position
- space
- testUnitReady
- write
- write_filemarks
- HA_inquiry
- getDeviceType
- resetDevice
- abort
License
- Free / AS IS
Author
- Daniel Dorau
- Paul Ratcliffe