PipeStream
(Engine-Level Function)
Name |
Required. Any text expression giving the name of the named pipe. |
Mode |
Required. Any numeric expression giving the manner in which the pipe is opened, as shown in the following table:Mode | Open state |
---|
0 | Not opened yet | 1 | Opened for read | 2 | Opened for read or write |
|
Example:
If ! Valid(pStream);
[
pStream = PipeStream("\\dataserv\datapipe", 1);
]
This opens a pipe named pStream as a stream from which to read data.
Trihedral and VTScada are registered trade marks of Trihedral Engineering Limited
© Trihedral Engineering Limited 1983- 2024 All rights reserved.