Modifies device characteristics or performs various control operations
on configured devices.
Operation Notes |
 |
The AIFDEVICEPUT call requires ldev or device_key, which specify the requested
device. Both ldev and device_key can be obtained by calling the
AIFSYSWIDEGET procedure area 13000. Items are divided into four classes:
system tables, terminals, disks, and tape drives.
In most cases, the device must be configured in order to return item values.
All device control functions (for items 13100-13399) are queued and processed
serially. For a device with an outstanding I/O request, the control
function request from the AIF device call is not processed until the
pending I/O is complete.
If the device is a terminal, the AIF call is processed after either
the pending read is complete or the terminal read times out.
The AIF device control terminal functions (13101-13138) do not guarantee
the behavior is the same for all types of terminal connections.
The behavior is highly dependent on the low-level drivers and type of
connection. The items are not guaranteed to work for all connection
types since the functionality may not be supported in the lower level
drivers. For more information on the behavior of the various terminal
connections see the Asynchronous Serial Communications Programmer's
Reference Manual (32022-61001).
The AIFs perform many of the same operations as FCONTROL and
FDEVICECONTROL.
They do not provide capabilities that are not already available through
these interfaces. On MPE/iX Release 5.0 there are performance improvements
to the FCONTROL and FDEVICECONTROL paths for DTC terminal connections
that are not available through the I/O interfaces used by the AIFs.
Therefore, the recommendation is to use the DTC terminal control functions
provided by FCONTROL and FDEVICECONTROL on Release 5.0 and later.
Many of the device control functions can only occur while the device is
open. If the caller does not have the device open, it will be opened
on the caller's behalf. However, the device opened by the AIF is closed
before returning to the caller. This often returns the device to
the settings it had prior to the open. For the device to maintain
the desired settings it should be opened and closed by the caller.