tibasBrowser_Next()

Returns the next tuple being browsed, or NULL if the browser timed out waiting for a new tuple to be put into the space.

Declaration

tibas_status tibasBrowser_Next
(tibasBrowser browser,
tibastuple*   value)

Parameters

Parameter Description
browser The browser on which the function is invoked.
value Returns the value for the next tuple that is browsed.

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.