SCIM Bridge 0.4.x

◆ scim_bridge_messenger_receive_message()

retval_t scim_bridge_messenger_receive_message ( ScimBridgeMessenger * messenger,
const struct timeval * timeout )

Receive a message and store it.

Parameters
messengerThe messenger.
timeoutThe maximum time to block. It will blocks until one whole message is available if you give NULL here.
Returns
RETVAL_SUCCEEDED if no error has been occurred, otherwise it return RETVAL_FAILED.

References RETVAL_FAILED, and RETVAL_SUCCEEDED.