To establish an Conflated TCP connection, use the OnixS::CME::ConflatedTCP::Session::connect method.
To handle network errors during the connection establishment, one needs to catch OnixS::CME::ConflatedTCP::Exceptions::SessionException exceptions from the OnixS::CME::ConflatedTCP::Session::connect method and try to connect again.
To disconnect the session, use the OnixS::CME::ConflatedTCP::Session::disconnect method.