Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 12 Browser : Browser Operations : tibasBrowser_Next()

tibasBrowser_Next()
Function
Declaration
tibas_status tibasBrowser_Next
(tibasBrowser browser,
tibastuple*   value)
Purpose
Returns the next tuple being browsed, or NULL if the browser timed out waiting for a new tuple to be put into the space.
Parameters
 
Remarks
Use the tibasBrowser_Next() function to get the next tuple in a space for which you have implemented a space browser.
If the browser times out while waiting for a new tuple to be put into the space, the function returns NULL.
See Also
tibasBrowserDef_GetTimeout(), tibasBrowserDef_SetTimeout()

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved