Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Networking With Open Transport / Part 2 - Open Transport Reference
Chapter 21 - Providers Reference / Functions
Controlling a Provider's Modes of Operation /


OTIsAckingSends

Determines whether a provider copies data when sending it.

C INTERFACE
Boolean OTIsAckingSends(ProviderRef ref);
C++ INTERFACE
Boolean TProvider::IsAckingSends();
PARAMETERS
ref
The provider reference of the provider sending data.
function result
True if the provider does not copy sent data and false if it does.
DISCUSSION
To specify that a provider not copy data on sends, call the OTAckSends function. To specify that a provider copy data on sends, call the OTDontAckSends function.

SEE ALSO
"Setting a Provider's Send-Acknowledgment Status"


Previous Book Contents Book Index Next

© Apple Computer, Inc.
15 JAN 1998