Click or drag to resize

ToolsUtilSendCommand(String, String) Method

Converts the specified command to bytes using the specified charset "encoding" and sends the bytes to the printer.

Namespace: Zebra.Sdk.Printer
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
void SendCommand(
	string command,
	string encoding
)

Parameters

command  String
The command to send to the printer.
encoding  String
A character-encoding name (eg. UTF-8).
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs.
See Also