[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Reads the data from the PipeClient asynchronously. [Property] +PipeName=Sets the name of the pipe. ARG(string)|2| [Methods] doListen=Starts an operation to wait for a client to connect. ARG(string pipename)|1|0 doClose=Closes the PipeServer object and releases any system resources. ARG()|1|0 onRead=Occurs when the all bytes has been read from the PipeClient. ARG(byte[])|2|0 onError=If an error occurs, an error message appears. ARG(string)|2|2 PipeName=Defines the name of the pipe. ARG(string)|4|2