Click or drag to resize

ToolsUtilSendCommand Method (String)

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

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

Parameters

command
Type: SystemString
The command to send to the printer.
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs.
See Also