itasca.util.FLAC_Connection Class Methods

class itasca.util.FLAC_Connection

Connect to FLAC. FLAC must be started manually first.

connect() → None.

Call this function to connect to FLAC 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 FLAC manually.