ftp.nice.ch/pub/next/unix/communication/newam.0.1.s.tar.gz#/newam-0.1/Dial/DialOut.h

This is DialOut.h in view mode; [Download] [Up]

#import <appkit/appkit.h>


typedef struct
{
	char	*until ;
	char	*answer ;
	int		answerlength ;
	long	tlimit ;
	long	tslice ;

	int		untilpos ;
	int		untillength ;
	int		answerpos ;
	long	tcnt ;
} RX ;


@interface DialOut: Object
{
	id		myWindow ;
	id		myNumberField ;
	id		myReportField ;
	id		myDialButton ;

	int				line ;
	RX				rx ;
	char			readbuf [2000] ;
	DPSTimedEntry	readTimedEntry ;
	int				pstate ;
	int				ringcount ;
	char			realNumber [200] ;
}

- init ;
- newNumber: (const char*)number ;
- doDial: sender ;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.