38 # do nothing |
38 # do nothing |
39 pass |
39 pass |
40 |
40 |
41 def readData(self, maxlen): |
41 def readData(self, maxlen): |
42 """ |
42 """ |
43 Protected method to retrieve data from the reply object. |
43 Public method to retrieve data from the reply object. |
44 |
44 |
45 @param maxlen maximum number of bytes to read (integer) |
45 @param maxlen maximum number of bytes to read (integer) |
46 @return string containing the data (bytes) |
46 @return string containing the data (bytes) |
47 """ |
47 """ |
48 return bytes() |
48 return bytes() |