ToolsUtilSendCommand Method (String, String)
|
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: 2.14.1989
Syntax void SendCommand(
string command,
string encoding
)
Sub SendCommand (
command As String,
encoding As String
)
void SendCommand(
String^ command,
String^ encoding
)
Parameters
- command
- Type: SystemString
The command to send to the printer. - encoding
- Type: SystemString
A character-encoding name (eg. UTF-8).
Exceptions See Also