Returns the event type for a specified space remote member event.
Declaration
tibas_status tibasSpaceRemoteMemberEvent_GetType(
tibasSpaceRemoteMemberEvent memberEvent,
tibas_memberEventType* memberEventType);
Parameters
Parameter
|
Description
|
memberEvent
|
Specify the memberEvent object for which you want to return the event type.
|
memberEventType
|
Returns the event type.
|
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.
Copyright © Cloud Software Group, Inc. All rights reserved.