XNSPrintingUIDoc.tioga
Copyright © 1986 by Xerox Corporation. All rights reserved.
Bill Jackson (bj) October 2, 1986 9:27:09 pm PDT
XNSPrintingUI
CEDAR 6.1 — FOR INTERNAL XEROX USE ONLY
XNSPrintingUI
Commands for using XNS Print Servers (like Anacapa's)
Bill Jackson, Alan Demers, etc.
© Copyright 1986 Xerox Corporation. All rights reserved.
Abstract: XNSPrintingUI supplies the Commander interface to the procedures exported by the Printing Courier Program which is exported by product printers (8044's, 4045's, and 4050's) Currently, only the commands GetPrintProperties, GetPrintStatus, and SendIPMaster are supported. When I get to adding a manipulative interface (Viewers) I'll add the procedure that allows one to check on the progress of a print request; it's just a little too hard for users to type a multi work Opaque data type at the commander, and I'd rather not invent a heuristic (since my creativity is pretty drained right now).
Created by: Bill Jackson
Maintained by: Bill Jackson <BJackson>
Keywords: GetPrintProperties, GetPrintStatus, SendIPMaster. XNS, Anacapa, Courier, NCP, late-night-hackery, Print Service
XEROX  Xerox Corporation
   Palo Alto Research Center
   3333 Coyote Hill Road
   Palo Alto, California 94304

For Internal Xerox Use Only
UserProfile Tags
DEFSWITCHES: ROPE ~ "SendIPMaster.DefaultSwitchesLine";
BANNER: ROPE ~ "Hardcopy.Banner";
CFNAME: ROPE ~ "Hardcopy.CFName";
COPYCOUNT: ROPE ~ "Hardcopy.CopyCount";
CREATEDATE: ROPE ~ "Hardcopy.CreateDate";
IPPRINTER: ROPE ~ "Hardcopy.InterpressPrinter";
KEY: ROPE ~ "Hardcopy.Key";
MEDIUM: ROPE ~ "Hardcopy.Medium";
PIGEONHOLE: ROPE ~ "Hardcopy.PigeonHole";
PAGEFIRST: ROPE ~ "Hardcopy.PageFirst";
PAGELAST: ROPE ~ "Hardcopy.PageLast";
PRINTSIZE: ROPE ~ "Hardcopy.PrintSize";
PRIORITY: ROPE ~ "Hardcopy.Priority";
STAPLED: ROPE ~ "Hardcopy.Stapled";
TWOSIDED: ROPE ~ "Hardcopy.TwoSided";