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


Chapter 17 SpaceEvent, SpaceMemberEvent, SpaceRemoteMemberEvent, and RemoteMemberEvent : Space Event Operations : tibasSpaceRemoteMemberEvent_GetType()

tibasSpaceRemoteMemberEvent_GetType()
Function
Declaration
tibas_status tibasSpaceRemoteMemberEvent_GetType(
tibasSpaceRemoteMemberEvent memberEvent,
tibas_memberEventType*      memberEventType);
Purpose
Returns the event type for a specified space remote member event.
Parameters
 
Remarks
Use the tibasSpaceRemoteMemberEvent_GetType() function to return the event type for a specified space remote member event.
The remote space member event type can be one of the following:
TIBAS_MEMBER_EVENT_JOIN  Indicates that the remote space member has joined the space.
TIBAS_MEMBER_EVENT_LEAVE Indicates that the remote space member has left the space.
See Also
tibasMemberEvent_GetType(), tibasSpaceMemberEvent_GetType(), tibasRemoteMemberEvent_GetType()
 

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