DriverPrinterConnectionToString Method
|
Returns USB:[PrinterName].
Namespace:
Zebra.Sdk.Comm
Assembly:
SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 2.15.2634
Syntax public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
Return Value
Type:
StringImplements
ConnectionToStringRemarks The PrinterName is the parameter which was passed into the constructor.
See Also