![]() ![]() |
Reference Type: Supported, Category: Device Handler, ICR#: 2118
The CALL^%ZISTCP API is used to make a TCP/IP connection to a remote system.
NOTE: This API is IPv6 compliant.
CALL^%ZISTCP
Make sure to perform the following steps before calling this API:
IPADDRESS: |
(required) This is the Internet Protocol (IP) address of the Host system to which it connects. It must be in either of the following formats:
|
SOCKET: |
(required) This is the socket to connect to on the remote host. It is an integer from 1-65535. Values below 5000 are reserved for standard Internet services (e.g., SMTP mail). |
TIMEOUT: |
(optional) This is the timeout to apply to the Open. |
IO: |
If the connection is made then the IO variable holds the implementation value that is used to reference the connection. |
POP: |
This output variable reports the connection status:
It works the same as a call to ^%ZIS(): Standard Device Call. |