UDEC_Connection
-
class
itasca.util.UDEC_Connection - Connect to UDEC. UDEC must be started manually first.
-
connect() → None. Call this function to connect to UDEC once it has been started manually.
-
end() → None. Close the socket connection.
-
receive() → any. Read an item from the Itasca code.
-
send(data: any) → None. Send an item to the Itasca code.
-
start() → None. Calling this function raises an exception. Do not call this function, start UDEC manually.
-
| Was this helpful? ... | PFC © 2019, Itasca | Updated: Apr 26, 2019 |