Home |
Function RTUCancelIO |
Function RTUCancelIORTUCancelIO aborts all currently pending transactions on a given pipe: int RTUCancelIO(RTUPipeHandle Pipe); ParametersPipeHandle to the pipe to abort. return valueIf the function succeeds, RTU_SUCCESS is returned. On error, a negative error code is returned. RTUCancelIO aborts all pending transactions, if any. For each aborted transaction, an RTU_CANCELED notification is generated and delivered according to the pipe's notification mode.
|