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'
/>
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>