OTData Constant
When sending data that is noncontiguous, you need to use anOTDatabuffer. Open Transport provides a constant, kNetbufDataIsOTData, that you can use for theTNetbuf.lenfield when you send data to indicate that the value in theTNetbuf.bufstructure is actually a pointer to anOTDatabuffer.
enum { kNetbufDataIsOTData= 0xfffffffe };