Difference between revisions of "OSWORD &14"
m |
|||
Line 1: | Line 1: | ||
[[Category:OSWORD]] | [[Category:OSWORD]] | ||
− | [[Category:Networking]] | + | [[Category:Networking]]__NOTOC__ |
− | OSWORD &14 (20 ) - Various | + | {{PageTitle|OSWORD &14 (20) - Various Network functions}} |
+ | XY?0=0 - Communicate with fileserver | ||
+ | XY?0=1 - Send text string to remote station | ||
+ | XY?0=2 - Generate error on remote machine. | ||
− | + | ==XY?0=0 - Communicate with fileserver== | |
On entry: | On entry: | ||
+ | XY?0=0 | ||
XY?1=size of rest of block | XY?1=size of rest of block | ||
XY?2=0 | XY?2=0 | ||
Line 14: | Line 18: | ||
On exit: | On exit: | ||
XY?1=updated size of block | XY?1=updated size of block | ||
− | XY?2=command code, 0 for ok <>0 to continue with another | + | XY?2=command code, 0 for ok <>0 to continue with another function |
− | + | XY?3=error code, 0 for ok <>0 for error, CR-terminated error | |
− | XY?3=error code, 0 for ok <>0 for error, CR-terminated | + | string at XY+4 |
− | |||
XY+4.. contains returned data. | XY+4.. contains returned data. | ||
− | + | ==XY?0=1 - Send text string to remote station== | |
On entry: | On entry: | ||
+ | XY?0 =1 | ||
XY+1..2=destination station | XY+1..2=destination station | ||
− | XY+3... string to send, terminated by CR or &00. The CR | + | XY+3... string to send, terminated by CR or &00. The CR also gets |
− | + | sent. | |
− | + | ==XY?0=2 - Generate error on remote machine== | |
On entry: | On entry: | ||
+ | XY?0 =2 | ||
XY+1..2=destination machine. | XY+1..2=destination machine. | ||
Revision as of 20:56, 29 December 2020
OSWORD &14 (20) - Various Network functions
XY?0=0 - Communicate with fileserver XY?0=1 - Send text string to remote station XY?0=2 - Generate error on remote machine.
XY?0=0 - Communicate with fileserver
On entry: XY?0=0 XY?1=size of rest of block XY?2=0 XY?3=function XY?4=0 XY?5=0 XY?6=0 XY+7... contains rest of infomation On exit: XY?1=updated size of block XY?2=command code, 0 for ok <>0 to continue with another function XY?3=error code, 0 for ok <>0 for error, CR-terminated error string at XY+4 XY+4.. contains returned data.
XY?0=1 - Send text string to remote station
On entry: XY?0 =1 XY+1..2=destination station XY+3... string to send, terminated by CR or &00. The CR also gets sent.
XY?0=2 - Generate error on remote machine
On entry: XY?0 =2 XY+1..2=destination machine.
See Also
Networking calls | |
---|---|
|
|
Jgharston 13:27, 26 May 2009 (UTC)