7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
136 | 136 |
137 <p> | 137 <p> |
138 Public method to check, if the last 'readUntil' has timed out. | 138 Public method to check, if the last 'readUntil' has timed out. |
139 </p> | 139 </p> |
140 <dl> | 140 <dl> |
141 <dt>Returns:</dt> | 141 <dt>Return:</dt> |
142 <dd> | 142 <dd> |
143 flag indicating a timeout | 143 flag indicating a timeout |
144 @rtype bool | 144 @rtype bool |
145 </dd> | 145 </dd> |
146 </dl> | 146 </dl> |
150 | 150 |
151 <p> | 151 <p> |
152 Public method to get the connection state. | 152 Public method to get the connection state. |
153 </p> | 153 </p> |
154 <dl> | 154 <dl> |
155 <dt>Returns:</dt> | 155 <dt>Return:</dt> |
156 <dd> | 156 <dd> |
157 flag indicating the connection state | 157 flag indicating the connection state |
158 </dd> | 158 </dd> |
159 </dl> | 159 </dl> |
160 <dl> | 160 <dl> |
176 <dd> | 176 <dd> |
177 port name to connect to | 177 port name to connect to |
178 </dd> | 178 </dd> |
179 </dl> | 179 </dl> |
180 <dl> | 180 <dl> |
181 <dt>Returns:</dt> | 181 <dt>Return:</dt> |
182 <dd> | 182 <dd> |
183 flag indicating success | 183 flag indicating success |
184 </dd> | 184 </dd> |
185 </dl> | 185 </dl> |
186 <dl> | 186 <dl> |
207 <dd> | 207 <dd> |
208 maximum data to be read | 208 maximum data to be read |
209 </dd> | 209 </dd> |
210 </dl> | 210 </dl> |
211 <dl> | 211 <dl> |
212 <dt>Returns:</dt> | 212 <dt>Return:</dt> |
213 <dd> | 213 <dd> |
214 bytes read from the device including the expected sequence | 214 bytes read from the device including the expected sequence |
215 </dd> | 215 </dd> |
216 </dl> | 216 </dl> |
217 <dl> | 217 <dl> |