SocketOutput
Socket Output modules let a Neat Tools generated output to be received by a remote application.
Module
|
+-- OutputDevice
|
+-- SocketOutput
Input streams
A single byte stream, byteStream.
Output streams
none.
Fields
- handle, set by the "startUp" method
- portNumber, set by constructor
Methods
- startUp() -- creates a socket connection to a remote site. If successful,
the running field of the InputDevice is set to true.
- shutDown() -- breaks the connection with the remote site, if any.
- update() -- reads any bytes available on the input stream and sends
them out the socket.