156 """ |
156 """ |
157 Public method to check and receive one message (if available). |
157 Public method to check and receive one message (if available). |
158 |
158 |
159 @param waitMethod name of a method to wait for |
159 @param waitMethod name of a method to wait for |
160 @type str |
160 @type str |
161 @type bool |
|
162 @return dictionary containing the data of the waited for method |
161 @return dictionary containing the data of the waited for method |
163 @rtype dict |
162 @rtype dict |
164 """ |
163 """ |
165 try: |
164 try: |
166 if waitMethod: |
165 if waitMethod: |