Methode which indicates if the printer has the LPR port (Line Printer Remote), it means if it has remote access.
1 system.printer.isLPR
<system.printer.isLPR
grpcode='grpcode'
prtcode='prtcode'
/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Agrpcode | string | Group code. | |||
Aprtcode | string | Printer code. |
Returns | |
---|---|
Type | Description |
boolean | True if the printer has the LPR port or false if not. |
Example
Indicates if the printer has the LPR port.
Copy
<xsql-script name='system_printer_isLPR'> <body> <println> <system.printer.isLPR grpcode='deister' prtcode="epson-82-color" /> </println> </body> </xsql-script>