Important: The information in this document is obsolete and should not be used for new development.
OTData Constant
When sending data that is noncontiguous, you need to use anOTData
buffer. Open Transport provides a constant, kNetbufDataIsOTData, that you can use for theTNetbuf.len
field when you send data to indicate that the value in theTNetbuf.buf
structure is actually a pointer to anOTData
buffer.
enum { kNetbufDataIsOTData= 0xfffffffe };