Programmer Guide/Shell Items/IP/NEW IP: Difference between revisions
From STX Wiki
< Programmer Guide | Shell Items | IP
Jump to navigationJump to search
m (1 revision: Initial import) |
m (adding file template) |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
{{IP Item}} | |||
See [[Programmer Guide/Macro Library/END|SET IP]] for the SET commands and [[User Guide/Transcription/SPExL Hotkeys|IP Item Attributes]] for a list of attributes. | See [[Programmer Guide/Macro Library/END|SET IP]] for the SET commands and [[User Guide/Transcription/SPExL Hotkeys|IP Item Attributes]] for a list of attributes. |
Latest revision as of 07:42, 5 May 2015
IP Item | ||||
---|---|---|---|---|
NEW | SET | ATTRIBUTES | MESSAGES | PROTOCOLS |
See SET IP for the SET commands and IP Item Attributes for a list of attributes.
NEW IP name [ timeout ] [ /G ]
Create a new IP item and connect to host. On success, the new IP item is returned in variable #new
and the return code variable RC
is set to 0
.
- name
- The unique name identifying this ip instance in this shell.
- timeout
- The timeout in milliseconds for send / receive commands. Note that this parameter may have no influence on timeouts at all!
- /G
- Garbage collection. If specified, the item is automatically deleted when exiting the macro.