OTBuffer Constant
When receiving data without making a copy, you need to point to anOTBufferpointer. Open Transport provides a constant that you can use instead of thenbytesparameter of theOTRcvfunction or theudata.maxlenfield used with other receive functions to indicate that you are doing this.
enum { kNetbufDataIsOTBufferStar= (size_t)0xfffffffdU };