NEW IP
From STX Wiki
< Programmer Guide | Shell Items | IP
Jump to navigationJump to search
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.