send_messages


Description:

[ Version ( deprecated = true , deprecated_since = "1.18" , since = "1.16" ) ]
public Result send_messages (Message[] messages, TimeVal timeout)

Warning: send_messages is deprecated since 1.18.

Attempt to send messages to the connected this, blocking up to the specified timeout .

timeout can be null, in which case this function might block forever.

This function can be cancelled with flush.

Parameters:

this

a Connection

messages

the messages to send

timeout

a timeout value or null

n_messages

the number of messages to send

Returns:

OK on success.