Sends the specified command to the printer.
Namespace:
ZSDK_API.PrinterAssembly: ZSDK_API (in ZSDK_API.dll) Version: 1.1.123.0
Syntax
C# |
---|
void SendCommand( string command ) |
Visual Basic (Declaration) |
---|
Sub SendCommand ( _ command As String _ ) |
Parameters
- command
- Type: System..::.String
The command to send to the printer.
Exceptions
Exception | Condition |
---|---|
ZSDK_API.ApiException..::.ZebraPrinterConnectionException | If an I/O error occurs. |
ZSDK_API.ApiException..::.ZebraGeneralException | If there is an issue writing to the printer. |