PrinterUtilSendJSON Method
|
Send contents of data directly to the device specified via connectionString using encoding.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax public static void SendJSON(
string connectionString,
Stream data,
string encoding
)
Public Shared Sub SendJSON (
connectionString As String,
data As Stream,
encoding As String
)
public:
static void SendJSON(
String^ connectionString,
Stream^ data,
String^ encoding
)
Parameters
- connectionString
- Type: SystemString
The connection string. - data
- Type: System.IOStream
Data to send to the printer. - encoding
- Type: SystemString
A character-encoding name (eg. UTF-8).
Exceptions Remarks See Also