Establishes connection with daemon via local socket

 

Return:

 

Socket is ready to read/write, you should close it yourself

 

Remarks:

 

Use either of these static member functions to establish a connection with the daemon via
the local socket. You have to manage the socket yourself. You should organize a read loop
(see onDataAvailable) and error handling.