ToolsUtilSendCommand(String) Method
|
Converts the specified command to bytes using the default charset and sends the bytes to the printer.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax void SendCommand(
string command
)
Sub SendCommand (
command As String
)
void SendCommand(
String^ command
)
Parameters
- command String
- The command to send to the printer.
Exceptions See Also