AutoIt Connect: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Schema == Bild:AutoIt Connect.png == Description == Connects to the remote autoit server and returns a handle to the server connection. == Input Pins…“) |
K |
||
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
Zeile 4: | Zeile 4: | ||
== Description == |
== Description == |
||
Connects to the remote |
Connects to the remote AutoIt server and returns a handle to the server connection. |
||
== Input Pins == |
== Input Pins == |
||
*'''Hostname'''<br>The hostname where the |
*'''Hostname'''<br>The hostname where the AutoIt server is running |
||
*'''Port'''<br>The port of the server (default = 9998) |
*'''Port'''<br>The port of the server (default = 9998) |
||
==Output Pins== |
==Output Pins== |
||
*'''AutoItHandle'''<br>The handle to the |
*'''AutoItHandle'''<br>The handle to the AutoIt server connection |
||
== Revisions == |
== Revisions == |
||
Zeile 19: | Zeile 19: | ||
<!--AutoUpdateNavPanel--> |
<!--AutoUpdateNavPanel--> |
||
---- |
|||
<hr> |
|||
Back to [[AutoIt Library#Connect / Disconnect|AutoIt Library]].<br> |
Back to [[AutoIt Library#Connect / Disconnect|AutoIt Library]].<br> |
||
Previous: [[AutoIt Run|AutoIt [ Run]]]<br> |
Previous: [[AutoIt Run|AutoIt [ Run ]]]<br> |
||
Next: [[AutoIt Disconnect|AutoIt [ Disconnect]]] |
Next: [[AutoIt Disconnect|AutoIt [ Disconnect ]]] |
||
<!--AutoUpdateNavPanel--> |
<!--AutoUpdateNavPanel--> |
Aktuelle Version vom 15. Juli 2017, 16:03 Uhr
Inhaltsverzeichnis
Schema[Bearbeiten]
Description[Bearbeiten]
Connects to the remote AutoIt server and returns a handle to the server connection.
Input Pins[Bearbeiten]
- Hostname
The hostname where the AutoIt server is running - Port
The port of the server (default = 9998)
Output Pins[Bearbeiten]
- AutoItHandle
The handle to the AutoIt server connection
Revisions[Bearbeiten]
This block is in the AutoIt Library since 1.0.
Back to AutoIt Library.
Previous: AutoIt [ Run ]
Next: AutoIt [ Disconnect ]