Programmer Guide/Shell Items/IP/NEW IP: Difference between revisions
From STX Wiki
< Programmer Guide | Shell Items | IP
Jump to navigationJump to search
(initial import) |
m (1 revision: Initial import) |
(No difference)
|
Revision as of 17:31, 18 November 2010
NEW IP
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.