tibas_browserType Type Declaration typedef enum _tibas_browserType { TIBAS_BROWSER_GET = 0, TIBAS_BROWSER_TAKE = 1, TIBAS_BROWSER_LOCK = 2 } tibas_browserType; Purpose This type specifies the type of browser that can be set up using the TIBCO ActiveSpaces functions. Values Value Description TIBAS_BROWSER_GET Specifies that the browser will perform GET operations on browsed tuples. TIBAS_BROWSER_TAKE Specifies that the browser will perform TAKE operations on browsed tuples. TIBAS_BROWSER_LOCK Specifies that the browser will perform LOCK operations on browsed tuples.