chmpxpx_slv_send
メッセージを送信する
説明
function chmpxpx_slv_send($handle_res, $handle_msgid, string $strbinary, bool $is_routing = true, bool $is_broadcast = false): int {}
メッセージを送信します。
パラメータ
- handle_res
- chmpxハンドル
- handle_msgid
- chmpxメッセージハンドル
- strbinary
- 送信メッセージ
- is_routing
- ルーティングを有効にするなら、真。
- is_broadcast
- 同報通知を有効にするなら、真。
戻り値
送信メッセージ長
参考
- ChmpxSlave::send - メッセージを送信する