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.15.2634
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