SCIMBridge  0.4.x

◆ get_trigger_events()

virtual scim_bridge_agent_event_type_t ScimBridgeAgentSocketClient::get_trigger_events ( ) const
pure virtual

Get the wakeup condition of the client. This value is used for selecting the clients in the event loop. handle_events () is called when the given type of events are occurred.

Returns
The wakeup conditions.

Implemented in ScimBridgeAgentClientListenerImpl, ScimBridgeAgentPanelListenerImpl, ScimBridgeAgentAcceptListenerImpl, ScimBridgeAgentSignalListenerImpl, and ScimBridgeAgentInterruptionListenerImpl.