HP d640 HP D640 High-Volume Printer - PostScript Emulation Manual, C5630-90002 - Page 41

Not applicable, The hard disk is available

Page 41 highlights

checkpassword int (password) checkpassword bool The checkpassword operator checks the password for the current system manager. If int (password) is the same as the current password, the boolean value true is returned. If int (password) is not the same, the boolean value false is returned. setpassword int1 (old) int2 (new) setpassword bool The setpassword operator sets the password for the system manager. If a boolean value of true is returned, the password has changed. If a boolean value of false is returned, the password is not changed. Note You must exit the server (exitserver) before executing setpassword. diskstatus - diskstatus bool The diskstatus operator returns a boolean value to indicate the status of the printer's hard disk. bool = true The hard disk is available bool = false Not applicable pagecount - pagecount int (pagecount) The pagecount operator returns the number of pages printed since the device was manufactured. This is the number of PostScript pages, not the total pages on the print engine. product - product string The product string contains the printer product name. defaultfont - defaultfont string The defaultfont operator returns a string to indicate the printer's default font. (for example, times). This default font is substituted when a print job calls for a font that's not available on the printer. Chapter 3: Technical Reference 37

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52

Chapter 3: Technical Reference
37
checkpassword
int
(password)
checkpassword
bool
The checkpassword operator checks the password for the current
system manager. If int (password) is the same as the current
password, the boolean value true is returned. If int (password) is not
the same, the boolean value false is returned.
setpassword
int1
(old)
int2
(new)
setpassword
bool
The setpassword operator sets the password for the system
manager. If a boolean value of true is returned, the password has
changed. If a boolean value of false is returned, the password is not
changed.
Note
You must exit the server (exitserver) before executing setpassword.
diskstatus
diskstatus
bool
The diskstatus operator returns a boolean value to indicate the status
of the printer’s hard disk.
bool = true
The hard disk is available
bool = false
Not applicable
pagecount
pagecount
int
(pagecount)
The pagecount operator returns the number of pages printed since
the device was manufactured. This is the number of PostScript
pages, not the total pages on the print engine.
product
product
string
The product string contains the printer product name.
defaultfont
defaultfont
string
The defaultfont operator returns a string to indicate the printer’s
default font. (for example, times). This default font is substituted when
a print job calls for a font that’s not available on the printer.