SCIMBridge 0.4.x
retval_t scim_bridge_messenger_send_message ( ScimBridgeMessenger messenger,
const struct timeval *  timeout 
)

Send the oldest stored message if it can.

Parameters:
messengerThe messenger.
timeoutThe maximum time to block. It will blocks until all the stored messages is sent 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.