tibas_updateTransport Type Declaration typedef enum tibas_updateTransport { TIBAS_TRANSPORT_UNICAST = 0, TIBAS_TRANSPORT_MULTICAST = 1 } tibas_updateTransport; Purpose This type represents the data protocol used by TIBCO ActiveSpaces functions. Values Value Description TIBAS_TRANSPORT_UNICAST Specifies that unicast is used TIBAS_TRANSPORT_MULTICAST Specifies that IP multicast is used.