socket.read
Syntax
- b = socket.read(a,i1,s<,i2>)
Read FISH variables through a socket. The FISH variables are placed in the specified FISH array. Currently, only parameters of type Integer, Real, String, or Vector can be sent or received via sockets.
Note
A call to socket.read does not return until the requested number of items has been received. Therefore, a process will appear to “lock up” if insufficient data have been sent by the sending process.
Note
See the parameter encoding detailed in
socket.write
for connections to non-FISH sockets.
Was this helpful? ... | Itasca Software © 2024, Itasca | Updated: Aug 13, 2024 |