[ 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.
this | |
messages |
the messages to send |
timeout |
a timeout value or |
n_messages |
the number of messages to send |
OK on success. |