Class NetworkPrinter
It represents a Network IP/Ethernet printer which can be reached from the client machine.
- Neodynamic\SDK\Web\ClientPrinter
- Neodynamic\SDK\Web\NetworkPrinter
public
|
#
__construct( string $dnsName, string $ipAddress, integer $port )
Creates an instance of the NetworkPrinter class with the specified DNS name or IP Address, and port number. |
public
|
public
string
|
$dnsName | "" |
#
Gets or sets the DNS name assigned to the printer. Default is an empty string |
public
string
|
$ipAddress | "" |
#
Gets or sets the Internet Protocol (IP) address assigned to the printer. Default value is an empty string |
public
integer
|
$port | 0 |
#
Gets or sets the port number assigned to the printer. Default value is 0 |
$printerId
|