OTIsAckingSends
Determines whether a provider is acknowledging sends.C INTERFACE
Boolean OTIsAckingSends(ProviderRef ref);C++ INTERFACE
Boolean TProvider::IsAckingSends();PARAMETERS
ref- The provider reference of the provider sending data.
DESCRIPTION
TheOTIsAckingSendsfunction returnstrueif the provider acknowledges sends andfalseif it does not.SEE ALSO
To specify that a provider acknowledge sends, call theOTAckSendsfunction (page 2-36). To specify that a provider not acknowledge sends, call theOTDontAckSendsfunction (page 2-37).For additional information, see "Setting a Provider's Send-Acknowledgment Status" on page 2-10.