Provides implementation for abstract Open()()().
Opens the Parallel port as specified in the constructor.

Namespace:  ZSDK_API.Comm
Assembly:  ZSDK_API (in ZSDK_API.dll) Version: 1.1.123.0

Syntax

C#
public override void Open()
Visual Basic (Declaration)
Public Overrides Sub Open

Implements

ZebraPrinterConnection..::.Open()()()

Exceptions

ExceptionCondition
ZSDK_API.ApiException..::.ZebraPrinterConnectionExceptionIf there was an I/O error on the Parallel port.

See Also