538 <dd> |
538 <dd> |
539 the received line |
539 the received line |
540 </dd> |
540 </dd> |
541 </dl><a NAME="DebugClientBase.input" ID="DebugClientBase.input"></a> |
541 </dl><a NAME="DebugClientBase.input" ID="DebugClientBase.input"></a> |
542 <h4>DebugClientBase.input</h4> |
542 <h4>DebugClientBase.input</h4> |
543 <b>input</b>(<i>prompt, echo</i>) |
543 <b>input</b>(<i>prompt</i>) |
544 <p> |
544 <p> |
545 Public method to implement input() using the event loop. |
545 Public method to implement input() using the event loop. |
546 </p><dl> |
546 </p><dl> |
547 <dt><i>prompt</i></dt> |
547 <dt><i>prompt</i></dt> |
548 <dd> |
548 <dd> |
549 the prompt to be shown (string) |
549 the prompt to be shown (string) |
550 </dd><dt><i>echo</i></dt> |
|
551 <dd> |
|
552 Flag indicating echoing of the input (boolean) |
|
553 </dd> |
550 </dd> |
554 </dl><dl> |
551 </dl><dl> |
555 <dt>Returns:</dt> |
552 <dt>Returns:</dt> |
556 <dd> |
553 <dd> |
557 the entered string |
554 the entered string |