FTAM/9000 Programmer's Guide

Chapter 8 311
Transferring HP FTAM/9000 Data
Chapter Overview
Chapter Overview
This chapter describes the sequence of transferring data and describes
the following functions in the order listed.
NOTE This chapter does not explain the parameter structures. For detailed
structure information (parameter settings), refer to the “FTAM Data
Structures” chapter.
Task to Perform
Function Used
to Perform the
Task
Description
Reading Data ft_read() Specify the information to be read
ft_rdata() Receive data that was requested in ft_read() and
QOS=0
ft_rdataqos() Receive data that was requested in ft_read() and
QOS>0
Writing Data ft_write() Specify the information to write
ft_sdata() Send data that was requested in ft_write()
Ending Data
Transfer
ft_edata() End the sending of data
ft_etransfer() End data transfer
ft_cancel() Cancel the transferring of data
ft_rcancel() Acknowledge the cancel of data being
transferred