Users Manual Instruction Manual
143
CATC BTTRAINER 2.11 CHAPTER
User’s Manual
• “Failure”
• “Pipe Not Found”
• “Invalid parameter”
Comments
Closes the specified data pipe.
Example
ClosePipe("Data1", "Receive");
DeletePipe
DeletePipe(PipeName, PipeType)
Return value
• “Success”
• “Invalid parameter”
• “Pipe not found”
Comments
Removes a pipe from the Data Transfer Manager pipe list. In the case of
“Receive” pipes, all data associated with the pipe is lost. “Transmit” pipes
will only be removed from the Data Transfer Manager list.
Example
DeletePipe("Data1", "Receive");
OpenPipe
OpenPipe(PipeName, PipeType)
Parameter Meaning Default Value Comments
PipeName Name of the
data pipe to
open
PipeType “Transmit” or
“Receive”
pipe
“Receive”
Parameter Meaning Default Value Comments
PipeName Name of the
data pipe to
open