chmpxpx_slv_send
Sends a message
Description
function chmpxpx_slv_send($handle_res, $handle_msgid, string $strbinary, bool $is_routing = true, bool $is_broadcast = false): int {}
Sends a message.
Parameters
- handle_res
- Specifies a chmpx handle
- handle_msgid
- Specifies a chmpx message handle
- strbinary
- Specifies data to send
- is_routing
- Specifies True if sending a message in routing mode
- is_broadcast
- Specifies True if sending a message in broadcasting mode
Return Values
Returns the message length
See Also
- ChmpxSlave::send - Sends a message