50 Public method to retrieve data from the reply object. |
50 Public method to retrieve data from the reply object. |
51 |
51 |
52 @param maxlen maximum number of bytes to read (integer) |
52 @param maxlen maximum number of bytes to read (integer) |
53 @return string containing the data (string) |
53 @return string containing the data (string) |
54 """ |
54 """ |
55 return None |
55 return "" |
56 |
56 |
57 def abort(self): |
57 def abort(self): |
58 """ |
58 """ |
59 Public slot to abort the operation. |
59 Public slot to abort the operation. |
60 """ |
60 """ |