SGDSET(String, String, Connection) Method
|
Constructs an SGD SET command and sends it to the printer.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public static void SET(
string setting,
string value,
Connection printerConnection
)
Public Shared Sub SET (
setting As String,
value As String,
printerConnection As Connection
)
public:
static void SET(
String^ setting,
String^ value,
Connection^ printerConnection
)
Parameters
- setting String
- value String
- printerConnection Connection
Exceptions Remarks
This method will not wait for a response from the printer. If the SGD SET command returns a response, the caller is
responsible for reading the data off of the connection. If a response is expected, consider using the analogous
DO(String, String, Connection) command.
See Also