Specifications
Interfaces ZVx
1043.0009.50 A.16 E-8
RSDLLibrdf()
Reads data from the device with the handle ud into the file file.
VB format: Function RSDLLibrdf (ByVal ud%, ByVal file$, ibsta%, iberr%,
ibcntl&) As Integer
C format: short WINAPI RSDLLibrd( short ud, char far *file, short far
*ibsta, short far *iberr, unsigned long far *ibcntl )
C format (Unix): short RSDLLibrd( short ud, char *file, short *ibsta, short
*iberr, unsigned long *ibcntl )
Parameter: ud Device handle
file File into which the read data is written.
Example: RSDLLibrdf (ud, "c:\db.sav", ibsta, iberr, ibcntl)
The file name may as well include a drive or path specification.
RSDLLibtmo
This function defines the timeout for a device. The default value for the timeout is set to 5 seconds.
VB format: Function RSDLLibtmo (ByVal ud%, ByVal tmo%, ibsta%, iberr%,
ibcntl&) As Integer
C format: short WINAPI RSDLLibtmo( short ud, short tmo, short far
*ibsta, short far *iberr, unsigned long far *ibcntl )
C format (Unix): short RSDLLibtmo( short ud, short tmo, short *ibsta, short
*iberr, unsigned long *ibcntl )
Parameter: ud Device handle
tmo Timeout in seconds
Example: RSDLLibtmo (ud, 10, ibsta, iberr, ibcntl)