The TcpPrinterConnection type exposes the following members.

Constructors

  NameDescription
TcpPrinterConnectionOverloaded.

Methods

  NameDescription
Open
Provides implementation for abstract Open()()().
Opens a TCP socket on the endpoint specified in the constructor.
(Overrides ZebraPrinterConnectionA..::.Open()()().)
ToString
Returns TCP:[address]:[port number].

The address and port number are the parameters which were passed into the constructor.

(Overrides Object..::.ToString()()().)

Fields

  NameDescription
DEFAULT_CPCL_TCP_PORT
The default TCP port for CPCL printers.
DEFAULT_ZPL_TCP_PORT
The default TCP port for ZPL printers.

See Also