Unsolved
This post is more than 5 years old
1 Message
0
274
September 16th, 2008 06:00
Is there an SDK?
Hi, Is anyone aware if there is a SDK which would enable development to provide functionality similar to INQ.EXE?
Regards
Antony
Regards
Antony
No Events found!
RRR
2 Intern
•
5.7K Posts
0
September 17th, 2008 02:00
xe2sdc
2 Intern
•
2.8K Posts
0
September 17th, 2008 06:00
http://en.wikipedia.org/wiki/SCSI_Inquiry_Command
I suspect EMC doesn't offer such "SDK" .. however I think you can easily find general SCSI libraries you can use (eventually free of charge). Just to give you a tip, on Linux we have cdrecord, a complex and powerfull tool we use to write CD .. One of the many tasks cdrecord does is to inquire SCSI busses .. Maybe you can steal some code from cdrecord (and its supporting libraries).. Hope it doesn't hurt Joerg
And if you want more/better details on SCSI and Linux (a lovely pair) have a look here:
http://www.ibm.com/developerworks/linux/library/l-scsi-subsystem/?ca=dgr-lnxw57LinuxSCSIsub&S_TACT=105AGX59&S_CMP=GR
Message was edited by:
Stefano Del Corno