Stream.open()
DESCRIPTION
Open a stream. This function blocks until the stream is opened.
DECLARATION
public void open(int streamPort)
PARAMETERS
streamPort:
- The streamPort to use on the remote server, a streamPort is a demultiplexing id.
ERRORS
Throws the following exceptions:
None.
RETURN VALUES
None.
EXAMPLES
None.