tibas_updateTransport

The tibas_updateTransport enumerated type represents the data protocol used by TIBCO ActiveSpaces functions.

Declaration

typedef enum tibas_updateTransport {
    TIBAS_TRANSPORT_UNICAST             = 0,
    TIBAS_TRANSPORT_MULTICAST           = 1
} tibas_updateTransport;

Values

Value Description
TIBAS_TRANSPORT_UNICAST Specifies that unicast is used
TIBAS_TRANSPORT_MULTICAST Specifies that IP multicast is used.