Function events_is_users_ready()

Check if all users connected to the channel are ready.

bool events_is_users_ready(
		struct events_resource * resource)

Check if all users connected to the channel are ready to handle incoming events.

Table 1. Parameters
Data direction Parameter name Description

[in]

resource

Pointer to an events_resource struct

Returns

The ready status of users connected to an event channel.

Table 2. Return Values
Return value Description

true

All the users connected to the event channel are ready to handle incoming events

false

One or more users connected to the event channel are not ready to handle incoming events