Click or drag to resize

WeblinkConfigurator(Connection) Constructor

Initializes a new instance of the WeblinkConfiguratior class.

Namespace: Zebra.Sdk.Weblink
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public WeblinkConfigurator(
	Connection connection
)

Parameters

connection  Connection
A Connection to a printer

When working with the WeblinkConfigurator, it's important to note that there's no need to explicitly open a connection before creating a WeblinkConfigurator object. Just make sure to close any existing connection to the printer before configuring WeblinkConfigurator. The WeblinkConfigurator can be instantiated independently of an open connection.
See Also