This is TapeSCSI.h in view mode; [Download] [Up]
//
// TapeSCSI -- support for Tape Devices
//
// Copyright (C) 1992 by Jiro Nakamura
//
// Original Author: Jiro Nakamura
// Created: May 16, 1992
//
// RCS Information
// Revision Number-> $Revision: 1.1 $
// Last Revised-> $Date: 92/05/16 15:35:36 $
// ------------------
// History:
// 19-Oct-91 Jiro Nakamura
// Created.
#import "SCSI.h"
struct blockLimitsData {
u_int reserved0: 8;
u_int maxBlockLength: 24,
minBlockLength: 16;
};
@interface TapeSCSI:SCSI
{
}
- (int) readBlockLimitsSCSI: (struct blockLimitsData *) r;
- (int) readBlockLimits: (struct blockLimitsData *) r;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.