Buffer Functions (TipcBuf*)


The TipcBuf* functions are used to append or get a message.

TipcBufMsgAppend— append a message to a buffer

T_BOOL TipcBufMsgAppend(buf, msg) 
T_BUF buf; 
T_IPC_MSG msg; 

TipcBufMsgNext— get a message from a buffer

T_IPCMSG TipcBufMsgNext(buf) 
T_BUF buf; 

TIBCO SmartSockets™ API Quick Reference
Software Release 6.8, July 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com