527 QProcess or None |
527 QProcess or None |
528 </dd> |
528 </dd> |
529 </dl> |
529 </dl> |
530 <a NAME="DebuggerInterfacePython.__writeJsonCommandToSocket" ID="DebuggerInterfacePython.__writeJsonCommandToSocket"></a> |
530 <a NAME="DebuggerInterfacePython.__writeJsonCommandToSocket" ID="DebuggerInterfacePython.__writeJsonCommandToSocket"></a> |
531 <h4>DebuggerInterfacePython.__writeJsonCommandToSocket</h4> |
531 <h4>DebuggerInterfacePython.__writeJsonCommandToSocket</h4> |
532 <b>__writeJsonCommandToSocket</b>(<i>cmd, sock</i>) |
532 <b>__writeJsonCommandToSocket</b>(<i>jsonCommand, sock</i>) |
533 <p> |
533 <p> |
534 Private method to write a JSON command to the socket. |
534 Private method to write a JSON command to the socket. |
535 </p> |
535 </p> |
536 |
536 |
537 <dl> |
537 <dl> |
538 |
538 |
539 <dt><i>cmd</i> (str)</dt> |
539 <dt><i>jsonCommand</i> (str)</dt> |
540 <dd> |
540 <dd> |
541 JSON command to be sent |
541 JSON encoded command to be sent |
542 </dd> |
542 </dd> |
543 <dt><i>sock</i> (QTcpSocket)</dt> |
543 <dt><i>sock</i> (QTcpSocket)</dt> |
544 <dd> |
544 <dd> |
545 reference to the socket to write to |
545 reference to the socket to write to |
546 </dd> |
546 </dd> |