itasca.util.UDEC_Connection Class Methods

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.