| 
 Q:  When I make an OTSnd call, the return result is kEBADFErr, -3208, which the
header defines as a bad file number error.  What could be meant by this call? A:  The kEBADFErris returned to indicate that theOTProviderRefparameter which
you passed in is not a validOTProviderRef.  This error is also returned if theOTProviderRefisNULL, or it is not long word aligned (not a multiple of 4).
Check your code to see whether your call toOTOpenEndpointis correctly
checking for errors. |