OTData Constant
When transferring data that is noncontiguous, you need to use anOTDatabuffer instead of theTNetbufstructure. Open Transport provides a constant that you can use when you send or receive data to indicate that the value in theTNetbufstructure is actually a pointer to anOTDatabuffer.
enum { kNetbufDataIsOTData= (size_t)0xfffffffeU };