DiscoveredPrinterGetConnection Method
|
Creates a connection based on the information in the DiscoveredPrinter response.
Namespace:
Zebra.Sdk.Printer.Discovery
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntax public abstract Connection GetConnection()
Public MustOverride Function GetConnection As Connection
public:
virtual Connection^ GetConnection() abstract
Return Value
Type:
Connectiona
Connection to the discovered printer
See Also