22 """ |
22 """ |
23 def __init__(self, host, port, idString=""): |
23 def __init__(self, host, port, idString=""): |
24 """ |
24 """ |
25 Constructor |
25 Constructor |
26 |
26 |
27 @param host ip address the background service is listening |
27 @param host IP address the background service is listening |
28 @type str |
28 @type str |
29 @param port port of the background service |
29 @param port port of the background service |
30 @type int |
30 @type int |
31 @param idString assigned client id to be sent back to the server in |
31 @param idString assigned client id to be sent back to the server in |
32 order to identify the connection |
32 order to identify the connection |