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


Chapter 5 SpaceDef : SpaceDef Operations : tibasSpaceDef_GetUpdateTransport()

tibasSpaceDef_GetUpdateTransport()
Function
Declaration
tibas_status tibasSpaceDef_GetUpdateTransport(
tibasSpaceDef          spaceDef,
tibas_updateTransport* updateTransport)
Purpose
Returns the transport setting used for transmitting updates to the data for a specified space.
Parameters
 
TIBAS_TRANSPORT_UNICAST (0) Indicates that the transport method is unicast.
TIBAS_TRANSPORT_MULTICAST (1) Indicates that the transport method is IP Multicast.
Remarks
Use the tibasSpaceDef_GetUpdateTransport() function to return the transport setting used for transmitting updates to the data for a specified space.
See Also
tibasSpaceDef_SetUpdateTransport()

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