![]() ![]() |
Reference Type: Supported, Category: Device Handler, ICR#: 2119
The USE^%ZISUTL API restores the IO variables for a device saved with the OPEN^%ZISUTL(): Open Device with Handle or SAVDEV^%ZISUTL(): Save Data Given a Handle APIs. It then does a USE of the device if it is open. The same as:
>DO USE^%ZISUTL(handle) U IO
REF: See also OPEN^%ZISUTL(): Open Device with Handle and CALL^%ZISTCP(): Make TCP/IP Connection (Remote System) APIs.
USE^%ZISUTL(handle)
handle: |
(required) A unique FREE TEXT name to associate with the device that was opened with the OPEN^%ZISUTL(): Open Device with Handle API. |
IO*: |
Standard IO variables. |