Specifications

CHAPTER 3
LaserWriter Pro Software
66 Setting Device Parameters
hardwareiomode 3
manualfeed 3
manualfeedtimeout 3
Syntax – hardwareiomode int
Definition This operator returns int, which indicates a current communications
channel for which the corresponding device parameter Enabled
Boolean value is true. Because multiple channels may be enabled, the
smallest int is returned. The interpretation of int is as follows:
0 %Serial%
1 %Parallel%
2 %LocalTalk%
3 %SerialB%
Error stackoverflow
Syntax – manualfeed bool
Definition This operator is a Boolean that works in conjunction with the page
device parameter ManualFeed to determine whether a page is to
be fed manually. If either manualfeed or ManualFeed is true at
the time of a showpage or copypage, than that page will be fed
manually. Otherwise, the page will not be fed manually. The
manualfeed compatibility operator is present in statusdict only
if the page device parameter ManualFeed is defined for the product.
The initial value of manualfeed when the printer is powered up
is false.
Error stackoverflow
Syntax manualfeedtimeout int
Definition This operator is an integer that works in conjunction with the page
device parameter ManualFeedTimeout to determine the manual
feed timeout for any given page. By default, manualfeedtimeout is
not defined in statusdict. In that case, the value of the page device
parameter ManualFeedTimeout is used to determine the timeout
value. If a job has defined manualfeedtimeout to be an integer value
in statusdict, then this value will be used instead of
ManualFeedTimeout for the timeout value.
Error stackoverflow