Go to the first, previous, next, last section, table of contents.


ox_push_cmd, ox_sync

ox_push_cmd(number,command)
:: プロセス識別子 number のプロセスにコマンド command を送信する.
ox_sync(number)
:: プロセス識別子 number のプロセスに OX_SYNC_BALL を送信する.
return
0
number
数 (プロセス識別子)
command
数 (コマンド識別子)
[3] ox_rpc(0,"fctr",x^100-y^100);
0
[4] ox_push_cmd(0,258);
0
[5] ox_select([0]);
[0]
[6] ox_get(0);
[[1,1],[x^2+y^2,1],[x^4-y*x^3+y^2*x^2-y^3*x+y^4,1],...]
参照
section ox_rpc, ox_cmo_rpc, ox_execute_string, section ox_reset,ox_intr,register_handler


Go to the first, previous, next, last section, table of contents.