Integration Guide

Table Of Contents
Appendix B
WaveWorks PSS, Integration Guide, 1.10 Page 155
© 2000, Symbol Technologies, Inc. February 1, 2000
B.50 Table Name: UMS_Printer
Table Column Name Table Column
Datatype
Table Column Null
Option
Table Column Is PK Table Column Is FK
Printer_ID int NOT NULL Yes No
Description varchar(50) NULL No No
Printer_Type int NULL No No
Printer_Port varchar(8) NULL No No
Status_Code int NULL No Yes
Status_Datetime datetime NULL No No
Backup_ID int NULL No No
Current_Mode int NULL No No
Hardware_ID varchar(16) NULL No No
Printer_Notes varchar(40) NULL No No
Paper_Remaining int NULL No No
UMS_Printer Table contains definitions of the configured printers used by the system
Printer_ID unique identifier for this printer
Description description of this printer
Printer_Type the type of printer
Printer_Port the communications port (typically COMx port) used to communicate
with the printer
Status_Code the status code (from UMS_Status_Codes) for the current state of this
printer
Status_Datetime the date/time of the last status update for this printer
Backup_ID the printer ID (from UMS_Printer) for the printer to be used as a backup
for this printer
Current_Mode the current mode of this printer (currently unused)
Hardware_ID the name of the printer service (PssPrinterXX) which controls this printer
Printer_Notes text associated with this printer (typically for reason out of service)
Paper_Remaining a number associated with the remaining paper in this printer (currently
unused)