Method that obtains the address of the remote port to which the printer is connected.

1 system.printer.getPort

<system.printer.getPort
    grpcode='grpcode'
    prtcode='prtcode'
/>
Example

Obtains the printer port.

Copy
<xsql-script name='system_printer_getPort'>
    <body>
        <println>
            <system.printer.getPort grpcode='deister' prtcode="epson-82-color" />
        </println>
    </body>
</xsql-script>