Overview

Namespaces

  • Neodynamic
    • SDK
      • Web
  • PHP

Classes

  • ClientPrinter
  • ClientPrintJob
  • DefaultPrinter
  • InstalledPrinter
  • NetworkPrinter
  • ParallelPortPrinter
  • PrintFile
  • SerialPortHandshake
  • SerialPortParity
  • SerialPortPrinter
  • SerialPortStopBits
  • UserSelectedPrinter
  • Utils
  • WebClientPrint
  • Overview
  • Namespace
  • Class
  • Tree

Class ParallelPortPrinter

It represents a printer which is connected through a parallel port in the client machine.

Neodynamic\SDK\Web\ClientPrinter
Extended by Neodynamic\SDK\Web\ParallelPortPrinter
Namespace: Neodynamic\SDK\Web
Located at WebClientPrint.php
Methods summary
public
# __construct( string $portName )

Creates an instance of the ParallelPortPrinter class with the specified port name.

Creates an instance of the ParallelPortPrinter class with the specified port name.

Parameters

$portName
string
$portName The parallel port name, for example LPT1.
public
# serialize( )

Overrides

Neodynamic\SDK\Web\ClientPrinter::serialize()
Properties summary
public string $portName "LPT1"
#

Gets or sets the parallel port name, for example LPT1. Default value is "LPT1"

Gets or sets the parallel port name, for example LPT1. Default value is "LPT1"

Properties inherited from Neodynamic\SDK\Web\ClientPrinter
$printerId
Neodynamic WebClientPrint for PHP Documentation
Copyright © 2003 - Neodynamic - All rights reserved.