Provides implementation for abstract Open()()().
Opens a TCP socket on the endpoint specified in the constructor.
Namespace:
ZSDK_API.CommOpens a TCP socket on the endpoint specified in the constructor.
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
| Exception | Condition |
|---|---|
| ZSDK_API.ApiException..::.ZebraPrinterConnectionException | If the connection cannot be established. |