Important: The information in this document is obsolete and should not be used for new development.
OTBuffer Constant
When receiving data without making a copy, you need to pass anOTBuffer
pointer as your data buffer pointer. Open Transport provides a constant that you can use instead of thenbytes
parameter of theOTRcv
function or theudata.maxlen
field used with other receive functions to indicate that you are doing this.
enum { kNetbufDataIsOTBufferStar= 0xfffffffd };