★ PROGRAMMER'S GUIDE ★ Stream system libraryList | Title | Function | Function Name | No |
TRUE | : When processing is accepted |
FALSE | : If the process is not completed |
..
..
tsk = STM_NwSetExecGrp (NULL);
if (tsk == FALSE) return;
do {
stat = STM_ExecServer ();
user ();
} while (stat! = STM_EXEC_TSKEND);
..
..
List | Title | Function | Function Name | No |
TRUE | : When processing is accepted |
FALSE | : If the process is not completed |
List | Title | Function | Function Name | No |
List | Title | Function | Function Name | No |
stm | : Stream handle |
ofs | : Offset from the beginning of the stream (in sector units) |
List | Title | Function | Function Name | No |
grp | : Stream group handle |
loopstm | : Loop start stream |
loopmax | : Number of loops (STM_LOOP_ENDLESS for infinite times) |
TRUE | : If it can be set correctly |
FALSE | : For resident streams |
List | Title | Function | Function Name | No |
List | Title | Function | Function Name | No |
List | Title | Function | Function Name | No |
TRUE | : When stream access is finished |
FALSE | : When stream access is not finished |
Transfer gate | timing |
|---|---|
Closed | When reading is finished |
is open | When the transfer is complete |
List | Title | Function | Function Name | No |
TRUE | : Transfer started |
FALSE | : Did not start transfer |
★ PROGRAMMER'S GUIDE ★ Stream system library